diff options
author | Bruna2803 <bruna.radeljak@hotmail.com> | 2021-05-05 01:06:24 +0200 |
---|---|---|
committer | Bruna2803 <bruna.radeljak@hotmail.com> | 2021-05-05 01:06:24 +0200 |
commit | 1c51a76c7eab117bb6c74a3897a6df8197945c90 (patch) | |
tree | db89ef948b9556a44f41418736913e76d7fc0b80 /src/Signing | |
parent | 32976931ee0b1457b032243683c0699dbd92d496 (diff) | |
download | VeraCrypt-1c51a76c7eab117bb6c74a3897a6df8197945c90.tar.gz VeraCrypt-1c51a76c7eab117bb6c74a3897a6df8197945c90.zip |
New VeraCrypt interface (for system encryption) with improved usability
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 9e4b2e87..e69cd97d 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 |