Added installer icon, bump version 4.0.1
This commit is contained in:
@@ -19,8 +19,8 @@ python -m nuitka app.py `
|
||||
--include-data-files=.\config\qtquickcontrols2.conf=.\config\qtquickcontrols2.conf `
|
||||
--windows-company-name=Aresvalley.com `
|
||||
--windows-product-name=Artemis `
|
||||
--windows-file-version=4.0.0 `
|
||||
--windows-product-version=4.0.0 `
|
||||
--windows-file-version=4.0.1 `
|
||||
--windows-product-version=4.0.1 `
|
||||
--windows-file-description=Artemis `
|
||||
--windows-icon-from-ico=images\artemis_icon.ico
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "Artemis"
|
||||
#define MyAppVersion "4.0.0"
|
||||
#define MyAppVersion "4.0.1"
|
||||
#define MyAppPublisher "AresValley"
|
||||
#define MyAppURL "https://www.aresvalley.com/"
|
||||
#define MyAppExeName "artemis.exe"
|
||||
@@ -18,7 +18,7 @@ LicenseFile=..\..\LICENSE
|
||||
PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputDir=..\
|
||||
OutputBaseFilename=Artemis
|
||||
SetupIconFile=..\..\images\artemis_icon.ico
|
||||
SetupIconFile=..\..\images\installer_icon.ico
|
||||
Compression=lzma2/ultra64
|
||||
SolidCompression=yes
|
||||
VersionInfoVersion={#MyAppVersion}
|
||||
|
||||
@@ -23,6 +23,6 @@ python -m nuitka app.py \
|
||||
--macos-app-name=Artemis \
|
||||
--macos-app-mode=gui \
|
||||
--macos-sign-identity=ad-hoc \
|
||||
--macos-app-version=4.0.0
|
||||
--macos-app-version=4.0.1
|
||||
|
||||
echo "Building Linux target finished."
|
||||
|
||||
Reference in New Issue
Block a user