Skip to content

Commit

Permalink
Update install.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Sep 25, 2024
1 parent 82e3487 commit 5f24619
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Build/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#define MyAppPublisher "Ruben2776"
#define MyAppURL "https://picview.org/"
#define MyAppExeName "{#MyAppExeName}"
#define AppIcon "..\src\PicView.Avalonia.Win32\icon.ico"
#define AppIcon "{#MyAppIcon}"
#define LicenseFile "{#MyAppLicenseFile}"

[Setup]
AppId={{F102E394-0FA6-4AEA-826D-9FE699115BAB}
Expand All @@ -15,7 +16,7 @@ AppSupportURL=https://github.com/Ruben2776/PicView/issues
AppUpdatesURL={#MyAppURL}
DefaultDirName={sd}\PicView
DisableProgramGroupPage=yes
LicenseFile="..\src\PicView.Core\Licenses\LICENSE.txt"
LicenseFile={#LicenseFile}
PrivilegesRequired=lowest
OutputDir={#MyAppOutputDir}
OutputBaseFilename={#MyAppName}-{#MyAppVersion}
Expand All @@ -38,8 +39,5 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent



#include 'uninstallPrev.iss'

#include 'registry.iss'
#include 'registry.iss'

0 comments on commit 5f24619

Please sign in to comment.