Skip to content

Commit 2e349c4

Browse files
committed
Fix inno.iss
1 parent 484ef71 commit 2e349c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Misc/inno.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Source: "..\dist\*.exe"; DestDir: "{app}"; Flags: ignoreversion
4646
Source: "..\dist\*.dll"; DestDir: "{app}"; Flags: ignoreversion
4747

4848
[Icons]
49-
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{code:MyAppExeName}"
50-
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{code:MyAppExeName}"; Tasks: desktopicon
49+
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
50+
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
5151

5252
[Run]
53-
Filename: "{app}\{code:MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
53+
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

0 commit comments

Comments
 (0)