Read-only ops are separated in different standard and OS dependent folders from read-write ones (fixed #43), bump Nuitka 2.3
This commit is contained in:
@@ -4,7 +4,7 @@ echo "Building Linux target ..."
|
||||
|
||||
echo "Installing requirements ..."
|
||||
pip install -r requirements.txt
|
||||
pip install nuitka
|
||||
pip install nuitka==2.3
|
||||
|
||||
echo "Building with Nuitka ..."
|
||||
python -m nuitka app.py \
|
||||
@@ -12,8 +12,9 @@ python -m nuitka app.py \
|
||||
--follow-imports \
|
||||
--show-modules \
|
||||
--assume-yes-for-downloads \
|
||||
--disable-console \
|
||||
--enable-plugin=pyside6 \
|
||||
--force-stderr-spec="{TEMP}/artemis.err.log" \
|
||||
--force-stdout-spec="{TEMP}/artemis.out.log" \
|
||||
--include-qt-plugins=sensible,styles,qml,multimedia \
|
||||
--include-data-files=./artemis/resources.py=./artemis/resources.py \
|
||||
--include-data-files=./config/qtquickcontrols2.conf=./config/qtquickcontrols2.conf \
|
||||
|
||||
@@ -2,7 +2,7 @@ Write-Output "Building Windows target"
|
||||
|
||||
Write-Output "Installing requirements ..."
|
||||
pip install -r requirements.txt
|
||||
pip install nuitka
|
||||
pip install nuitka==2.3
|
||||
|
||||
Write-Output "Building with Nuitka ..."
|
||||
python -m nuitka app.py `
|
||||
@@ -10,10 +10,10 @@ python -m nuitka app.py `
|
||||
--follow-imports `
|
||||
--show-modules `
|
||||
--assume-yes-for-downloads `
|
||||
--disable-console `
|
||||
--windows-console-mode=disable `
|
||||
--enable-plugin=pyside6 `
|
||||
--force-stderr-spec=%PROGRAM_BASE%.err.txt `
|
||||
--force-stdout-spec=%PROGRAM_BASE%.out.txt `
|
||||
--force-stderr-spec="{TEMP}\artemis.err.log" `
|
||||
--force-stdout-spec="{TEMP}\artemis.out.log" `
|
||||
--include-qt-plugins=sensible,styles,qml,multimedia `
|
||||
--include-data-files=.\artemis\resources.py=.\artemis\resources.py `
|
||||
--include-data-files=.\config\qtquickcontrols2.conf=.\config\qtquickcontrols2.conf `
|
||||
|
||||
@@ -42,3 +42,7 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
||||
[UninstallDelete]
|
||||
Type: filesandordirs; Name: "{localappdata}\{#MyAppPublisher}\{#MyAppName}\cache"
|
||||
Type: filesandordirs; Name: "{localappdata}\{#MyAppPublisher}\{#MyAppName}\config"
|
||||
|
||||
@@ -4,7 +4,7 @@ echo "Building maacOS target ..."
|
||||
|
||||
echo "Installing requirements ..."
|
||||
pip install -r requirements.txt
|
||||
pip install nuitka imageio
|
||||
pip install nuitka==2.3 imageio
|
||||
|
||||
echo "Building with Nuitka ..."
|
||||
python -m nuitka app.py \
|
||||
@@ -12,7 +12,6 @@ python -m nuitka app.py \
|
||||
--follow-imports \
|
||||
--show-modules \
|
||||
--assume-yes-for-downloads \
|
||||
--disable-console \
|
||||
--enable-plugin=pyside6 \
|
||||
--include-qt-plugins=sensible,styles,qml,multimedia \
|
||||
--include-data-files=./artemis/resources.py=./artemis/resources.py \
|
||||
|
||||
Reference in New Issue
Block a user