Skip to content

Commit

Permalink
Enabling the desktop icon for default Windows distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Mar 26, 2022
1 parent 6c12867 commit d38c66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/luwrain/Luwrain.iss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Source: "Luwrain\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs creat

[Icons]
Name: "{group}\Luwrain"; Filename: "%ComSpec%"; Parameters: "/c start {code:GetDefaultDir}\Luwrain.exe"; IconFilename: "{app}\Luwrain.ico"; Check: returnTrue()
Name: "{commondesktop}\Luwrain"; Filename: "%ComSpec%"; Parameters: "/c start {code:GetDefaultDir}\Luwrain.exe"; IconFilename: "{app}\Luwrain.ico"; Check: returnFalse()
Name: "{commondesktop}\Luwrain"; Filename: "%ComSpec%"; Parameters: "/c start {code:GetDefaultDir}\Luwrain.exe"; IconFilename: "{app}\Luwrain.ico"; Check: returnTrue()


[Run]
Expand Down

0 comments on commit d38c66b

Please sign in to comment.