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 26, 2024
1 parent 573d492 commit 7ba0d34
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Build/install.iss
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
#define MyAppName "PicView"
#define MyAppVersion "{#MyAppVersion}"
#define MyAppPublisher "Ruben2776"
#define MyAppURL "https://picview.org/"
#define MyAppExeName "{#MyAppExeName}"
#define AppIcon "{#MyAppIcon}"
#define LicenseFile "{#MyAppLicenseFile}"

[Setup]
AppId={{F102E394-0FA6-4AEA-826D-9FE699115BAB}
AppName={#MyAppName}
AppVersion=3.0
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppPublisherURL=https://picview.org/
AppSupportURL=https://github.com/Ruben2776/PicView/issues
AppUpdatesURL={#MyAppURL}
AppUpdatesURL=https://picview.org/download
DefaultDirName={sd}\PicView
DisableProgramGroupPage=yes
LicenseFile={#LicenseFile}
PrivilegesRequired=lowest
OutputDir={#MyAppOutputDir}
OutputBaseFilename={#MyAppName}
OutputBaseFilename={#MyAppName}-{#MyAppVersion}
SetupIconFile={#AppIcon}
Compression=lzma
SolidCompression=yes
WizardStyle=modern
UninstallDisplayIcon={app}\{#MyAppExeName}
UninstallDisplayName={#MyAppName}-3.0
UninstallDisplayName={#MyAppName}
ChangesAssociations=yes
VersionInfoVersion=3.0.0.3
VersionInfoVersion={#MyAppVersion}

[Files]
Source: "{#MyAppOutputDir}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Expand Down

0 comments on commit 7ba0d34

Please sign in to comment.