Skip to content

Commit 253c980

Browse files
committed
chore: Uncheck 'Add ProXPL to PATH' option by default in the installer.
1 parent 06c29b5 commit 253c980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3535

3636
[Tasks]
3737
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
38-
Name: "addtopath"; Description: "Add ProXPL to the system PATH environment variable"; GroupDescription: "System Integration"; Flags: checked
38+
Name: "addtopath"; Description: "Add ProXPL to the system PATH environment variable"; GroupDescription: "System Integration"
3939

4040
[Files]
4141
; Binaries

0 commit comments

Comments
 (0)