Final bump to 4.1.0

This commit is contained in:
Marco Dalla Tiezza
2024-10-20 19:47:27 +02:00
parent f2f5c1dc3d
commit 32a9ecddbf
3 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ python -m nuitka app.py `
--force-stdout-spec="{TEMP}\artemis.out.log" ` --force-stdout-spec="{TEMP}\artemis.out.log" `
--windows-company-name=Aresvalley.com ` --windows-company-name=Aresvalley.com `
--windows-product-name=Artemis ` --windows-product-name=Artemis `
--windows-file-version=4.0.5 ` --windows-file-version=4.1.0 `
--windows-product-version=4.0.5 ` --windows-product-version=4.1.0 `
--windows-file-description=Artemis ` --windows-file-description=Artemis `
--windows-icon-from-ico=images\artemis_icon.ico --windows-icon-from-ico=images\artemis_icon.ico

View File

@@ -1,5 +1,5 @@
#define MyAppName "Artemis" #define MyAppName "Artemis"
#define MyAppVersion "4.0.5" #define MyAppVersion "4.1.0"
#define MyAppPublisher "AresValley" #define MyAppPublisher "AresValley"
#define MyAppURL "https://www.aresvalley.com/" #define MyAppURL "https://www.aresvalley.com/"
#define MyAppExeName "artemis.exe" #define MyAppExeName "artemis.exe"

View File

@@ -23,6 +23,6 @@ python -m nuitka app.py \
--macos-app-name=Artemis \ --macos-app-name=Artemis \
--macos-app-mode=gui \ --macos-app-mode=gui \
--macos-sign-identity=ad-hoc \ --macos-sign-identity=ad-hoc \
--macos-app-version=4.0.5 --macos-app-version=4.1.0
echo "Building Linux target finished." echo "Building Linux target finished."