Rev 163 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 163 | Rev 192 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | set PRODUCT_URL=http://www.pmbaty.com/chess/ |
4 | set PRODUCT_URL=http://www.pmbaty.com/chess/ |
5 | set OUTPUT_FILE=Z: |
5 | set OUTPUT_FILE=Z:\Documents\Mes projets\www.pmbaty.com\chess\Chess Giants Installer.exe |
6 | 6 | ||
7 | echo Backing up config file... |
7 | echo Backing up config file... |
8 | move ..\config.ini .\config.ini.bak > nul |
8 | move ..\config.ini .\config.ini.bak > nul |
9 | copy ..\config-DEFAULT.ini ..\config.ini > nul |
9 | copy ..\config-DEFAULT.ini ..\config.ini > nul |
10 | 10 | ||
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 "Z: |
19 | call "Z:\Documents\Mes projets\Windows code signer\sign.bat" "%OUTPUT_FILE%" "Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Chess Giants installer" https://www.pmbaty.com/chess/ |
20 | 20 | ||
21 | echo Restoring configuration... |
21 | echo Restoring configuration... |
22 | del ..\config.ini > nul |
22 | del ..\config.ini > nul |
23 | move .\config.ini.bak ..\config.ini > nul |
23 | move .\config.ini.bak ..\config.ini > nul |
24 | 24 |