version bump windows
This commit is contained in:
parent
3167736c9c
commit
f159edf857
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Bungloo"
|
#define MyAppName "Bungloo"
|
||||||
#define MyAppVersion "1.4.0"
|
#define MyAppVersion "1.4.1"
|
||||||
#define MyAppPublisher "Jabs Nu"
|
#define MyAppPublisher "Jabs Nu"
|
||||||
#define MyAppURL "http://jabs.nu/bungloo"
|
#define MyAppURL "http://jabs.nu/bungloo"
|
||||||
#define MyAppExeName "Bungloo.exe"
|
#define MyAppExeName "Bungloo.exe"
|
||||||
|
@ -22,7 +22,7 @@ AppUpdatesURL={#MyAppURL}
|
||||||
DefaultDirName={pf}\{#MyAppName}
|
DefaultDirName={pf}\{#MyAppName}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
AllowNoIcons=yes
|
AllowNoIcons=yes
|
||||||
LicenseFile=C:\Users\Jeena\Documents\GitHub\Bungloo\LICENCE.txt
|
LicenseFile=C:\Users\Jeena\Documents\GitHub\Bungloo\LICENSE.txt
|
||||||
OutputBaseFilename=setup
|
OutputBaseFilename=setup
|
||||||
SetupIconFile=C:\Users\Jeena\Documents\GitHub\Bungloo\images\Icon.ico
|
SetupIconFile=C:\Users\Jeena\Documents\GitHub\Bungloo\images\Icon.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
|
|
|
@ -22,7 +22,7 @@ files += [('imageformats', imageformats)]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "Bungloo",
|
name = "Bungloo",
|
||||||
version = "1.4.0",
|
version = "1.4.1",
|
||||||
author = "Jeena Paradies",
|
author = "Jeena Paradies",
|
||||||
author_email = "spam@jeenaparadies.net",
|
author_email = "spam@jeenaparadies.net",
|
||||||
url = "http://jabs.nu/bungloo",
|
url = "http://jabs.nu/bungloo",
|
||||||
|
|
Reference in a new issue