mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: Update packaging bat files to account for the location change of license files and User Guide pdf.
This commit is contained in:
@@ -11,6 +11,11 @@ signtool sign /v /a /n "IDRIX SARL" /i GlobalSign /ac GlobalSign_SHA256_EV_CodeS
|
||||
|
||||
cd "..\Release\Setup Files\"
|
||||
|
||||
copy ..\..\LICENSE .
|
||||
copy ..\..\License.txt .
|
||||
copy ..\..\NOTICE .
|
||||
copy "..\..\..\doc\VeraCrypt User Guide.pdf" .
|
||||
|
||||
del *.xml
|
||||
copy /V /Y ..\..\..\Translations\*.xml .
|
||||
|
||||
@@ -23,6 +28,11 @@ del docs.zip
|
||||
|
||||
"VeraCrypt Setup.exe" /p
|
||||
|
||||
del LICENSE
|
||||
del License.txt
|
||||
del NOTICE
|
||||
del "VeraCrypt User Guide.pdf"
|
||||
|
||||
del *.xml
|
||||
del docs.zip
|
||||
rmdir /S /Q docs
|
||||
|
||||
@@ -15,6 +15,11 @@ signtool sign /v /a /f %SHA256PFXNAME% /p %SHA256PFXPASSWORD% /ac %SHA256PFXCA%
|
||||
|
||||
cd "..\Release\Setup Files\"
|
||||
|
||||
copy ..\..\LICENSE .
|
||||
copy ..\..\License.txt .
|
||||
copy ..\..\NOTICE .
|
||||
copy "..\..\..\doc\VeraCrypt User Guide.pdf" .
|
||||
|
||||
del *.xml
|
||||
copy /V /Y ..\..\..\Translations\*.xml .
|
||||
|
||||
@@ -27,6 +32,11 @@ del docs.zip
|
||||
|
||||
"VeraCrypt Setup.exe" /p
|
||||
|
||||
del LICENSE
|
||||
del License.txt
|
||||
del NOTICE
|
||||
del "VeraCrypt User Guide.pdf"
|
||||
|
||||
del *.xml
|
||||
del docs.zip
|
||||
rmdir /S /Q docs
|
||||
|
||||
Reference in New Issue
Block a user