mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add changes since 2.7.0. Update InnoSetup file.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "qtZint"
|
||||
#define MyAppVersion "2.5.1"
|
||||
#define MyAppVersion "2.7.0"
|
||||
#define MyAppPublisher "Robin Stuart"
|
||||
#define MyAppURL "http://zint.org.uk/"
|
||||
#define MyAppExeName "qtZint.exe"
|
||||
@ -37,9 +37,9 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip
|
||||
|
||||
[Files]
|
||||
Source: "release\qtZint.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "release\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "release\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "release\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "release\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "release\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
;Source: "release\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
Reference in New Issue
Block a user