Skip to content

Commit e13f885

Browse files
committed
fix: update windows inno script
1 parent b0341e9 commit e13f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-installer/windows-inno-script.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
5757
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
5858

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

0 commit comments

Comments
 (0)