ソースを参照

Require SIGNTOOL to sign instead of NOSIGNTOOL to not sign.

Martijn Laan 6 年 前
コミット
534300756f
2 ファイル変更2 行追加2 行削除
  1. 1 1
      build.bat
  2. 1 1
      setup.iss

+ 1 - 1
build.bat

@@ -52,7 +52,7 @@ echo - Setup.exe
 if exist .\setup-sign.bat (
 if exist .\setup-sign.bat (
   call .\setup-sign.bat
   call .\setup-sign.bat
 ) else (
 ) else (
-  files\iscc setup.iss /q /DNOSIGNTOOL
+  files\iscc setup.iss /q
 )
 )
 if errorlevel 1 goto failed
 if errorlevel 1 goto failed
 echo - Renaming files
 echo - Renaming files

+ 1 - 1
setup.iss

@@ -30,7 +30,7 @@ TouchDate=none
 TouchTime=00:00
 TouchTime=00:00
 WizardImageFile=compiler:WizModernImage-IS.bmp
 WizardImageFile=compiler:WizModernImage-IS.bmp
 WizardSmallImageFile=compiler:WizModernSmallImage-IS.bmp
 WizardSmallImageFile=compiler:WizModernSmallImage-IS.bmp
-#ifndef NOSIGNTOOL
+#ifdef SIGNTOOL
 SignTool=issigntool
 SignTool=issigntool
 SignTool=issigntool256
 SignTool=issigntool256
 SignedUninstaller=yes
 SignedUninstaller=yes