Răsfoiți Sursa

Update for merge + cleanup enabledelayedexpansion setting which was needed for the remove shift loop.

Martijn Laan 4 luni în urmă
părinte
comite
ca5da919fc
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      issig.bat

+ 3 - 3
issig.bat

@@ -6,12 +6,12 @@ rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem
 rem  Batch file to embed the user's public key from compilesettings.bat in
 rem  Batch file to embed the user's public key from compilesettings.bat in
-rem  TrustFunc.AllowedPublicKeys.inc (before compilation) or to sign files
-rem  using it (after compilation)
+rem  TrustFunc.AllowedPublicKeys.inc and setup.allowedpublickeys.iss (before
+rem  compilation) or to sign files using it (after compilation)
 rem
 rem
 rem  If the key is missing it will be generated
 rem  If the key is missing it will be generated
 
 
-setlocal enabledelayedexpansion
+setlocal
 
 
 cd /d %~dp0
 cd /d %~dp0