فهرست منبع

trying to fix build of inno in github actions

Scott Brogden 4 هفته پیش
والد
کامیت
b51cbcad17
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/workflows/build.yml
  2. 2 2
      DittoSetup/DittoSetup_10.iss

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

@@ -66,7 +66,7 @@ jobs:
           output-artifact-directory: '/Release64'      
                    
       - name: Installer
-        uses: Minionguyjpro/[email protected].2
+        uses: Minionguyjpro/[email protected].7
         with:
           path: DittoSetup\DittoSetup_10.iss
           options: /F"DittoSetup_${{env.VERSION_FILENAME}}" "/dbit64=1"

+ 2 - 2
DittoSetup/DittoSetup_10.iss

@@ -39,8 +39,8 @@ AppCopyright={#MyAppPublisher} {#MyAppCopyrighEndYear}
 
 OutputBaseFilename=DittoSetup_{#MyAppVersion}
 #ifdef bit64
-  ArchitecturesInstallIn64BitMode=x64
-  ArchitecturesAllowed=x64
+  ArchitecturesInstallIn64BitMode=x64compatible
+  ArchitecturesAllowed=x64compatible
 #endif
 DefaultDirName={pf}\{#MyAppName}
 DefaultGroupName={#MyAppName}