Skip to content

Commit 445d859

Browse files
committed
dont copy other binary
1 parent 0fa31dd commit 445d859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

win-build/setup.iss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ WizardStyle=modern
4646
Name: "english"; MessagesFile: "compiler:Default.isl"
4747

4848
[Files]
49-
Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
50-
; Create a copy without architecture suffix for easy command-line access
49+
; Install the architecture-specific binary with the generic name
5150
Source: "{#MyAppExeName}"; DestDir: "{app}"; DestName: "ssh-sync.exe"; Flags: ignoreversion
5251
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
5352

0 commit comments

Comments
 (0)