Skip to content

Commit

Permalink
Further segregate Sigil-Legacy install [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Mar 2, 2022
1 parent 01e1bb3 commit 3d1f160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/Sigil.iss
Expand Up @@ -12,7 +12,7 @@ VersionInfoVersion=${SIGIL_FULL_VERSION}
DefaultDirName={autopf}\{#AppName}${LEGACY_BUILD}
DisableDirPage=no
AllowNoIcons=yes
DefaultGroupName={#AppName}
DefaultGroupName={#AppName}${LEGACY_BUILD}
UninstallDisplayIcon={app}\{#AppName}.exe
AppPublisher=Sigil-Ebook
AppPublisherURL=https://github.com/Sigil-Ebook/Sigil
Expand Down Expand Up @@ -81,10 +81,10 @@ Root: HKA; Subkey: "Software\Classes\Applications\{#AppName}.exe\shell\open\comm

[Icons]
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppName}.exe"
Name: "{group}\Uninstall {#AppName}"; Filename: "{uninstallexe}"
Name: "{group}\Uninstall {#AppName}${LEGACY_BUILD}"; Filename: "{uninstallexe}"
; Optional desktop icon.
; commondesktop if admin, userdesktop if not
Components: dicon; Name: "{autodesktop}\{#AppName}"; Filename: "{app}\{#AppName}.exe"
Components: dicon; Name: "{autodesktop}\{#AppName}${LEGACY_BUILD}"; Filename: "{app}\{#AppName}.exe"

[InstallDelete]
; Restructuring done in 0.9.8 makes this folder residual.
Expand Down

0 comments on commit 3d1f160

Please sign in to comment.