Selaa lähdekoodia

Dual signing makes no difference on Windows 7 SP1 (single and dual both not recognized) nor on Windows 8.1 (both recognized) in my tests. So stop dual signing on builds since it slows things down. Did still dual sign previous commit since those are just one time signs so doesn't hurt.

Martijn Laan 1 vuosi sitten
vanhempi
commit
8804666d2e
2 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 1
      .github/workflows/build.yml
  2. 0 3
      setup.iss

+ 1 - 1
.github/workflows/build.yml

@@ -47,7 +47,7 @@ jobs:
           printf '%s\n' >setup-sign.bat \
           printf '%s\n' >setup-sign.bat \
             'mkdir tmp-unsigned' \
             'mkdir tmp-unsigned' \
             'copy files tmp-unsigned' \
             'copy files tmp-unsigned' \
-            'tmp-unsigned\iscc /Sissigntool256="${{github.workspace}}\home\bin\run-signtool.bat $f" /DSIGNTOOL /DNOSHA1SIGNTOOL setup.iss'
+            'tmp-unsigned\iscc /Sissigntool256="${{github.workspace}}\home\bin\run-signtool.bat $f" /DSIGNTOOL setup.iss'
       - name: build issrc
       - name: build issrc
         run: |
         run: |
           "set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii compilesettings.bat
           "set DELPHIXEROOT=$env:DELPHIXEROOT" | Out-File -NoNewline -Encoding ascii compilesettings.bat

+ 0 - 3
setup.iss

@@ -38,9 +38,6 @@ TimeStampsInUTC=yes
 TouchDate=none
 TouchDate=none
 TouchTime=00:00
 TouchTime=00:00
 #ifdef SIGNTOOL
 #ifdef SIGNTOOL
-#ifndef NOSHA1SIGNTOOL
-SignTool=issigntool
-#endif
 SignTool=issigntool256
 SignTool=issigntool256
 SignedUninstaller=yes
 SignedUninstaller=yes
 #endif
 #endif