Rev 123 |
    Rev 132 |
    Go to most recent revision |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | Download
    | RSS feed
  
  
 
 
set PRODUCT_NAME=Chess Giants
  
set PRODUCT_URL=http://www.pmbaty.com/chess/
  
set OUTPUT_FILE=C:\Users\Pierre-Marie Baty\Documents\Mes projets\www.pmbaty.com\chess\Chess Giants Installer.exe
  
 
 
echo Creating the installer...
  
"%ProgramFiles(x86)%\NSIS\makensis.exe" "installer.nsi" > "nsis.log"
 
 
 
echo Signing the installer...
  
call "
%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
  
signtool sign /a /t http://timestamp.verisign.com/scripts/timestamp.dll /fd SHA256 /d "%PRODUCT_NAME% installer" /du %PRODUCT_URL% "%OUTPUT_FILE%" >> "nsis.log"