Skip to content

Commit 471ce8c

Browse files
committed
update build files
1 parent e4e9748 commit 471ce8c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

WingetUI.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "WingetUI"
5-
#define MyAppVersion "2.0.2-beta"
5+
#define MyAppVersion "2.1.0-beta"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/WingetUI"
88
#define MyAppExeName "WingetUI.exe"
@@ -19,7 +19,7 @@ AppPublisher={#MyAppPublisher}
1919
AppPublisherURL={#MyAppURL}
2020
AppSupportURL={#MyAppURL}
2121
AppUpdatesURL={#MyAppURL}
22-
VersionInfoVersion=2.0.2.0
22+
VersionInfoVersion=2.1.0.0
2323
DefaultDirName="{autopf}\WingetUI"
2424
DisableProgramGroupPage=yes
2525
DisableDirPage=no

wingetui-version-file

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ StringFileInfo(
3232
[
3333
StringStruct(u'CompanyName', u'Martí Climent'),
3434
StringStruct(u'FileDescription', u'WingetUI'),
35-
StringStruct(u'FileVersion', u'2.0.2-beta'),
36-
StringStruct(u'ProductVersion', u'2.0.2-beta'),
35+
StringStruct(u'FileVersion', u'2.1.0-beta'),
36+
StringStruct(u'ProductVersion', u'2.1.0-beta'),
3737
StringStruct(u'InternalName', u'WingetUI'),
3838
StringStruct(u'LegalCopyright', u'Martí Climent'),
3939
StringStruct(u'OriginalFilename', u'wingetui.exe'),

wingetui/Win.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import importlib, os
1111
a = Analysis(['__init__.py'],
1212
pathex=['Y:\WingetUI-Store\wingetui_bin'],
1313
binaries=[('*.pyc', '.')],
14-
datas=[('resources/', 'resources/'), ("components/*.exe", "components/"), ("lang/", "lang/"), ("data/*.pyc", "data/"), ("choco-cli/", "choco-cli/"), ("winget-cli/", "winget-cli/"), ("PackageManagers/*.pyc", "PackageManagers/")],
14+
datas=[('resources/', 'resources/'), ("components/*.exe", "components/"), ("lang/", "lang/"), ("data/*.pyc", "data/"), ("choco-cli/", "choco-cli/"), ("PackageManagers/*.pyc", "PackageManagers/")],
1515
hiddenimports=['pkg_resources.py2_warn', "win32gui"],
1616
hookspath=[],
1717
runtime_hooks=[],

wingetui/data/contributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
"name": "marticliment",
3030
"link": "https://github.com/marticliment",
31-
"contributions": 1721
31+
"contributions": 1730
3232
},
3333
{
3434
"name": "ppvnf",

wingetui/data/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = 2.019
2-
versionName = "2.0.2-beta"
3-
versionISS = "2.0.2.0"
1+
version = 2.09
2+
versionName = "2.1.0-beta"
3+
versionISS = "2.1.0.0"

0 commit comments

Comments
 (0)