Skip to content

Commit

Permalink
Fixing Windows icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jul 5, 2022
1 parent 52572ab commit eb01c58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions installer/luwrain/Luwrain.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AppVersion=LUWRAIN_VERSION
AppVerName=LUWRAIN LUWRAIN_VERSION
AppPublisher=The LUWRAIN Project
AppComments=A platform for the creation of apps for the blind and partially-sighted
AppCopyright=Copyright (C) 2012-2021 The LUWRAIN Project
AppCopyright=Copyright (C) 2012-2022 The LUWRAIN Project
AppPublisherURL=http:https://luwrain.org
;AppSupportURL=http:https://java.com/
;AppUpdatesURL=http:https://java.com/
Expand Down Expand Up @@ -43,9 +43,8 @@ Source: "Luwrain\Luwrain.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Luwrain\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

[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: returnTrue()

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

[Run]
Filename: "{code:GetDefaultDir}\Luwrain.exe"; Parameters: "-Xappcds:generatecache"; Check: returnFalse()
Expand Down

0 comments on commit eb01c58

Please sign in to comment.