diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-08-20 12:29:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-20 12:29:28 +0200 |
| commit | 3d3621c6ec236fbb8b83bca5bf67025c2be80326 (patch) | |
| tree | 886df9cc8b9dc55ce1e86a4e692bb061325a99f8 /setup.bat | |
| parent | Merge pull request #242 from AcidWeb/master (diff) | |
| parent | Implemented new build enviroments (diff) | |
| download | kcc-3d3621c6ec236fbb8b83bca5bf67025c2be80326.tar.gz kcc-3d3621c6ec236fbb8b83bca5bf67025c2be80326.tar.bz2 kcc-3d3621c6ec236fbb8b83bca5bf67025c2be80326.zip | |
Merge pull request #243 from AcidWeb/master
Implemented new build environments
Diffstat (limited to 'setup.bat')
| -rw-r--r-- | setup.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.bat b/setup.bat new file mode 100644 index 0000000..ac9de58 --- /dev/null +++ b/setup.bat @@ -0,0 +1,4 @@ +@echo off +verpatch\lib\win\verpatch dist\KCC.exe %1 /va /pv %1 /s product "Kindle Comic Converter" /s description "Kindle Comic Converter" /s copyright "Copyright (C) 2012-2017 Ciro Mattia Gonano and Pawel Jastrzebski" +"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool.exe" sign /f "%APPVEYOR_BUILD_FOLDER%\other\windows\Cert.pfx" /p "%CERT_PASS%" /t http://time.certum.pl /d "Kindle Comic Converter" /du "http://kcc.iosphe.re/" dist/KCC.exe +iscc /SSignTool="""C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool.exe"" sign /f ""%APPVEYOR_BUILD_FOLDER%\other\windows\Cert.pfx"" /p ""%CERT_PASS%"" /t http://time.certum.pl $p" kcc.iss >nul 2>&1 |