Added installer icon, bump version 4.0.1

This commit is contained in:
Marco Dalla Tiezza
2024-06-09 15:36:54 +02:00
parent 0cbd9a7a0b
commit d41c9e1ed6
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ class Constants():
APPLICATION_NAME = 'Artemis' APPLICATION_NAME = 'Artemis'
ORGANIZATION_NAME = 'AresValley' ORGANIZATION_NAME = 'AresValley'
ORGANIZATION_DOMAIN = 'aresvalley.com' ORGANIZATION_DOMAIN = 'aresvalley.com'
APPLICATION_VERSION = '4.0.0' APPLICATION_VERSION = '4.0.1'
SQL_NAME = 'data.sqlite' SQL_NAME = 'data.sqlite'

View File

@@ -19,8 +19,8 @@ python -m nuitka app.py `
--include-data-files=.\config\qtquickcontrols2.conf=.\config\qtquickcontrols2.conf ` --include-data-files=.\config\qtquickcontrols2.conf=.\config\qtquickcontrols2.conf `
--windows-company-name=Aresvalley.com ` --windows-company-name=Aresvalley.com `
--windows-product-name=Artemis ` --windows-product-name=Artemis `
--windows-file-version=4.0.0 ` --windows-file-version=4.0.1 `
--windows-product-version=4.0.0 ` --windows-product-version=4.0.1 `
--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.0" #define MyAppVersion "4.0.1"
#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"
@@ -18,7 +18,7 @@ LicenseFile=..\..\LICENSE
PrivilegesRequiredOverridesAllowed=dialog PrivilegesRequiredOverridesAllowed=dialog
OutputDir=..\ OutputDir=..\
OutputBaseFilename=Artemis OutputBaseFilename=Artemis
SetupIconFile=..\..\images\artemis_icon.ico SetupIconFile=..\..\images\installer_icon.ico
Compression=lzma2/ultra64 Compression=lzma2/ultra64
SolidCompression=yes SolidCompression=yes
VersionInfoVersion={#MyAppVersion} VersionInfoVersion={#MyAppVersion}

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.0 --macos-app-version=4.0.1
echo "Building Linux target finished." echo "Building Linux target finished."

BIN
images/installer_icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB