Skip to content

Commit

Permalink
Update Inno script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienwarin committed Nov 15, 2019
1 parent 0853937 commit d65d614
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions SWYH Installer.iss
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Stream What You Hear (SWYH)"
#define MyAppPublisher "Sebastien.warin.fr"
#define MyAppURL "http://www.streamwhatyouhear.com"
#define MyAppExeName "SWYH.exe"

; Updated by the build server
#define MyAppVersion "1.0"
#define ShortVersion "1.0"
#define FullVersion "1.0-dev"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{5FBEA9D3-668E-4B88-BF6C-E1BCF441ECFD}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppVersion={#ShortVersion}
AppVerName={#MyAppName} {#FullVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
Expand All @@ -25,7 +20,7 @@ DefaultDirName={pf}\Stream What You Hear
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputDir=SWYH\bin\Release
OutputBaseFilename=SWYH_{#MyAppVersion}
OutputBaseFilename=SWYH_{#FullVersion}
SetupIconFile=SWYH\Resources\Icons\swyh128.ico
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit d65d614

Please sign in to comment.