Skip to content

Commit 0e81360

Browse files
committed
fix: correct Inno Setup flags - use 'checked' instead of 'checkonce'
1 parent ed3ccc9 commit 0e81360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ jobs:
272272
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
273273
274274
[Tasks]
275-
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkonce
275+
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checked
276276
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 6.1
277-
Name: "addtopath"; Description: "Add to PATH environment variable"; GroupDescription: "System Integration"; Flags: checkonce
277+
Name: "addtopath"; Description: "Add to PATH environment variable"; GroupDescription: "System Integration"; Flags: checked
278278
279279
[Files]
280280
Source: "src\filefind.exe"; DestDir: "{app}"; Flags: ignoreversion
@@ -341,9 +341,9 @@ jobs:
341341
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
342342
343343
[Tasks]
344-
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkonce
344+
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checked
345345
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 6.1
346-
Name: "addtopath"; Description: "Add to PATH environment variable (current user only)"; GroupDescription: "User Integration"; Flags: checkonce
346+
Name: "addtopath"; Description: "Add to PATH environment variable (current user only)"; GroupDescription: "User Integration"; Flags: checked
347347
348348
[Files]
349349
Source: "src\filefind.exe"; DestDir: "{app}"; Flags: ignoreversion

0 commit comments

Comments
 (0)