Skip to content

Commit

Permalink
fix installer64
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jul 24, 2024
1 parent d8a154f commit 61787aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ Source: "win32-samples\ToolbarTest\resource.h"; DestDir: "{app}\win32-samples\To
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\RisohEditor"; Filename: "{app}\RisohEditor64.exe"
Name: "{group}\RisohEditor64"; Filename: "{app}\RisohEditor64.exe"
Name: "{group}\{cm:ReadmeEnglish}"; Filename: "{app}\README.txt"
Name: "{group}\{cm:ReadmeJapanese}"; Filename: "{app}\READMEJP.txt"
Name: "{group}\{cm:LicenseEnglish}"; Filename: "{app}\LICENSE.txt"
Name: "{group}\{cm:ProgramOnTheWeb,RisohEditor}"; Filename: "http://katahiromz.web.fc2.com"
Name: "{group}\{cm:UninstallProgram,RisohEditor}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\RisohEditor"; Filename: "{app}\RisohEditor64.exe"; Tasks: desktopicon
Name: "{commondesktop}\RisohEditor64"; Filename: "{app}\RisohEditor64.exe"; Tasks: desktopicon

[Run]
Filename: "{app}\RisohEditor64.exe"; Description: "{cm:LaunchProgram,RisohEditor}"; Flags: nowait postinstall skipifsilent
Expand Down

0 comments on commit 61787aa

Please sign in to comment.