fix: remove default checked flag from PATH task in Inno Setup
Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
Release / Build aarch64-apple-darwin (push) Has been cancelled
Release / Build aarch64-pc-windows-msvc (push) Has been cancelled
Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
Release / Build x86_64-apple-darwin (push) Has been cancelled
Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
Release / Create GitHub Release (push) Has been cancelled

This commit is contained in:
2026-06-03 21:21:59 +08:00
parent 721b659b4b
commit 52582fb666
+1 -1
View File
@@ -39,7 +39,7 @@ OutputDir=.
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "addtopath"; Description: "Add sshell to PATH"; GroupDescription: "Environment:"; Flags: checked
Name: "addtopath"; Description: "Add sshell to PATH"; GroupDescription: "Environment:"
[Files]
Source: "sshell.exe"; DestDir: "{app}"; Flags: ignoreversion