Skip to content

Commit

Permalink
removed dir struct in zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
moffa13 committed Nov 27, 2018
1 parent 355ef73 commit dbd143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTA-V-Launcher/copy and sign builds.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set /p passwrd="Password ? "
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" ^
sign /v /f cert\moffa.pfx /p %passwrd% /d "GTA V Launcher" /t http://timestamp.verisign.com/scripts/timstamp.dll "%pth%"

third-party\zip.exe -r "bundle\GTA V Launcher.zip" "bundle\GTA V Launcher.exe"
third-party\zip.exe -r -j "bundle\GTA V Launcher.zip" "bundle\GTA V Launcher.exe"

::CALL clean.bat

Expand Down

0 comments on commit dbd143a

Please sign in to comment.