|
|
@@ -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
|
|
|
|