We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa31dd commit 445d859Copy full SHA for 445d859
win-build/setup.iss
@@ -46,8 +46,7 @@ WizardStyle=modern
46
Name: "english"; MessagesFile: "compiler:Default.isl"
47
48
[Files]
49
-Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
50
-; Create a copy without architecture suffix for easy command-line access
+; Install the architecture-specific binary with the generic name
51
Source: "{#MyAppExeName}"; DestDir: "{app}"; DestName: "ssh-sync.exe"; Flags: ignoreversion
52
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
53
0 commit comments