diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-16 15:43:45 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-16 15:43:45 +0100 |
commit | fcb220e39ad0cb051f097a674898683c4531e5c9 (patch) | |
tree | c04b655dd450f2b1f3612daf34ccf0bef43503cb /src/Signing | |
parent | 0d92195c91ec07f2a72d4e4c952bfff672983fa3 (diff) | |
parent | 36f71280faf32cdea46b270ae40d71cb46032039 (diff) | |
download | VeraCrypt-fcb220e39ad0cb051f097a674898683c4531e5c9.tar.gz VeraCrypt-fcb220e39ad0cb051f097a674898683c4531e5c9.zip |
Merge branch 'master' of https://github.com/e2Security/VeraCrypt into e2Security-master
Changes made to src/Common/Dlgcode.c and src/Common/Language.xml to resolve conflicts.
For Language.xml, new entries were put at the end and remove entries were put back in order to keep same order to entries as before. This important for compatibility with Transifex translation platform.
Diffstat (limited to 'src/Signing')
-rw-r--r-- | src/Signing/sign_test.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Signing/sign_test.bat b/src/Signing/sign_test.bat index 321afce9..49fd1d9f 100644 --- a/src/Signing/sign_test.bat +++ b/src/Signing/sign_test.bat @@ -28,6 +28,7 @@ cd "..\Release\Setup Files\" copy ..\..\LICENSE . copy ..\..\License.txt . copy ..\..\NOTICE . +copy ..\..\password1000000 . copy ..\..\Resources\Texts\License.rtf . copy ..\..\Common\VeraCrypt.ico . copy ..\..\Setup\VeraCrypt_setup_background.bmp . @@ -52,6 +53,7 @@ call build_msi_x64.bat %VC_VERSION_NBRE% del LICENSE del License.txt del NOTICE +del password1000000.txt del License.rtf del VeraCrypt.ico del VeraCrypt_setup_background.bmp |