Skip to content

Commit 09c6f17

Browse files
committed
Fix
1 parent 6f928c5 commit 09c6f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Source: ".\Assets\avalonix-logo.ico"; DestDir: "{app}"; Flags: ignoreversion
9090

9191
[Icons]
9292
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
93-
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\MyIcon.ico";Tasks: desktopicon
93+
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\avalonix-logo.ico";Tasks: desktopicon
9494

9595
[Run]
9696
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

0 commit comments

Comments
 (0)