diff options
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 |