about summary refs log tree commit diff
path: root/setup.bat
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2018-03-08 16:15:42 +0100
committerGitHub <[email protected]>2018-03-08 16:15:42 +0100
commit34e2af3389acfdf32f18a06c77e75ce91deed42d (patch)
tree79fb5515fa273c1484b69fd25bbd5e9fd4e3b8e6 /setup.bat
parentUpdated build enviroment (diff)
parentVersion bump (diff)
downloadkcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.tar.gz
kcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.tar.bz2
kcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.zip
Merge pull request #261 from ciromattia/dev
5.4.4
Diffstat (limited to 'setup.bat')
-rw-r--r--setup.bat4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.bat b/setup.bat
deleted file mode 100644
index ac9de58..0000000
--- a/setup.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@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