From 9ee91206d2c541d22b5eb391685e4f9fb2301699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Thu, 31 Aug 2023 15:03:02 +0200 Subject: [PATCH] update build numbers --- .gitignore | 1 + ElevenClock.iss | 4 ++-- build.cmd | 7 +++++++ elevenclock-version-info | 4 ++-- elevenclock/versions.py | 4 ++-- requirements.txt | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 02827829..3db5c002 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ ElevenClock.Installer.exe.zip .vscode/launch.json env/* scripts/APIKEY.txt +sign.cmd.lnk diff --git a/ElevenClock.iss b/ElevenClock.iss index b740b3ac..0050ded2 100644 --- a/ElevenClock.iss +++ b/ElevenClock.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "ElevenClock" -#define MyAppVersion "4.2.2" +#define MyAppVersion "4.3.0" #define MyAppPublisher "Martí Climent" #define MyAppURL "https://marticliment.com/elevenclock" #define MyAppExeName "ElevenClock.exe" @@ -19,7 +19,7 @@ AppPublisher="Martí Climent" AppPublisherURL="https://marticliment.com/" AppSupportURL="https://marticliment.com/#contact" AppUpdatesURL="https://github.com/marticliment/ElevenClock/releases" -VersionInfoVersion=4.2.2.0 +VersionInfoVersion=4.3.0.0 DefaultDirName={autopf}\ElevenClock DisableDirPage=yes ChangesAssociations=yes diff --git a/build.cmd b/build.cmd index 152d21b9..ee8f3676 100644 --- a/build.cmd +++ b/build.cmd @@ -101,6 +101,9 @@ if defined option--no-installer ( goto :skip-installer ) +echo You might want to sign your executable now +pause + set INSTALLATOR="%SYSTEMDRIVE%\Program Files (x86)\Inno Setup 6\ISCC.exe" if exist %INSTALLATOR% ( %INSTALLATOR% "ElevenClock.iss" @@ -110,6 +113,10 @@ if exist %INSTALLATOR% ( echo Running app... start /b ElevenClockBin/ElevenClock.exe ) + +echo You might want to sign your installer now +pause + :skip-installer if defined option--release ( diff --git a/elevenclock-version-info b/elevenclock-version-info index 9dcd3972..6ce01209 100644 --- a/elevenclock-version-info +++ b/elevenclock-version-info @@ -32,8 +32,8 @@ StringFileInfo( [ StringStruct(u'CompanyName', u'Martí Climent'), StringStruct(u'FileDescription', u'ElevenClock'), - StringStruct(u'FileVersion', u'4.2.2'), - StringStruct(u'ProductVersion', u'4.2.2'), + StringStruct(u'FileVersion', u'4.3.0'), + StringStruct(u'ProductVersion', u'4.3.0'), StringStruct(u'InternalName', u'ElevenClock'), StringStruct(u'LegalCopyright', u'Martí Climent'), StringStruct(u'OriginalFilename', u'elevenclock.exe'), diff --git a/elevenclock/versions.py b/elevenclock/versions.py index 2de252d9..0abdfeb7 100644 --- a/elevenclock/versions.py +++ b/elevenclock/versions.py @@ -1,3 +1,3 @@ -version = 4.29 -versionName = "4.3.0-beta" +version = 4.3 +versionName = "4.3.0" versionISS = "4.3.0.0" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b9414775..66e95faa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyInstaller==5.13.0 +PyInstaller==5.9.0 PySide6 keyboard psutil