Skip to content

Commit

Permalink
fix(installer): create icon in user desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall2222 committed Nov 21, 2023
1 parent 786f0b0 commit b5f2420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NOWT.iss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Source: "WebView2Loader.dll"; DestDir: "{app}"; DestName: "WebView2Loader.dll";
[Icons]
Name: "{group}\{#MyAppSetupName}"; Filename: "{app}\NOWT.exe"
Name: "{group}\{cm:UninstallProgram,{#MyAppSetupName}}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\{#MyAppSetupName}"; Filename: "{app}\NOWT.exe"; Tasks: desktopicon
Name: "{userdesktop}\{#MyAppSetupName}"; Filename: "{app}\NOWT.exe"; Tasks: desktopicon

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; Flags: unchecked
Expand Down

0 comments on commit b5f2420

Please sign in to comment.