Subversion Repositories Games.Chess Giants

Rev

Rev 154 | Rev 162 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 158
Line 14... Line 14...
14
 
14
 
15
rem // some time is needed for antiviruses etc to release the newly created file
15
rem // some time is needed for antiviruses etc to release the newly created file
16
ping 127.0.0.1 > nul
16
ping 127.0.0.1 > nul
17
 
17
 
18
echo Signing the installer...
18
echo Signing the installer...
19
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
-
 
20
signtool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll /fd SHA256 /d "%PRODUCT_NAME% installer" /du %PRODUCT_URL% "%OUTPUT_FILE%" >> "nsis.log"
19
call "P:\Windows code signer\sign.bat" "%OUTPUT_FILE%" "Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Chess Giants installer" https://www.pmbaty.com/chess/
21
 
20
 
22
echo Restoring configuration...
21
echo Restoring configuration...
23
del ..\config.ini > nul
22
del ..\config.ini > nul
24
move .\config.ini.bak ..\config.ini > nul
23
move .\config.ini.bak ..\config.ini > nul
25
 
24