Ver Fonte

Update for b171d4a2.

Martijn Laan há 1 mês atrás
pai
commit
aed75cd7ed
3 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      build-ce.bat
  2. 1 1
      build.bat
  3. 1 1
      compile.bat

+ 1 - 1
build-ce.bat

@@ -96,7 +96,7 @@ if exist .\setup-presign.bat (
 )
 
 rem  Sign using user's private key - also see compile.bat
-call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\SetupCustomStyle.e32 Files\SetupLdr.e32 Files\SetupLdr.e64
+call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\Setup.e64 Files\SetupCustomStyle.e32 Files\SetupCustomStyle.e64 Files\SetupLdr.e32 Files\SetupLdr.e64
 if errorlevel 1 goto failed
 echo ISSigTool sign done
 pause

+ 1 - 1
build.bat

@@ -64,7 +64,7 @@ if exist .\setup-presign.bat (
 ) 
 
 rem  Sign using user's private key - also see compile.bat
-call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\SetupCustomStyle.e32 Files\SetupLdr.e32 Files\SetupLdr.e64
+call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\Setup.e64 Files\SetupCustomStyle.e32 Files\SetupCustomStyle.e64 Files\SetupLdr.e32 Files\SetupLdr.e64
 if errorlevel 1 goto failed
 echo ISSigTool sign done
 pause

+ 1 - 1
compile.bat

@@ -57,7 +57,7 @@ echo Success!
 
 if not "%1"=="" goto exit
 rem  Sign using user's private key - will be overwritten if called by build.bat
-call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\SetupCustomStyle.e32 Files\SetupLdr.e32 Files\SetupLdr.e64
+call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\Setup.e64 Files\SetupCustomStyle.e32 Files\SetupCustomStyle.e64 Files\SetupLdr.e32 Files\SetupLdr.e64
 if errorlevel 1 goto failed
 echo ISSigTool sign done