Removed unnecessay arguments (now default) for nuitka
This commit is contained in:
@@ -9,7 +9,6 @@ pip install nuitka==2.3
|
||||
echo "Building with Nuitka ..."
|
||||
python -m nuitka app.py \
|
||||
--standalone \
|
||||
--follow-imports \
|
||||
--show-modules \
|
||||
--assume-yes-for-downloads \
|
||||
--enable-plugin=pyside6 \
|
||||
@@ -18,7 +17,6 @@ python -m nuitka app.py \
|
||||
--noinclude-dlls=libQt6Sensors* \
|
||||
--noinclude-dlls=libQt6Test* \
|
||||
--noinclude-dlls=libQt6WebEngine* \
|
||||
--include-qt-plugins=sensible \
|
||||
--include-qt-plugins=styles \
|
||||
--include-qt-plugins=qml \
|
||||
--include-qt-plugins=multimedia \
|
||||
@@ -29,6 +27,4 @@ python -m nuitka app.py \
|
||||
--force-stderr-spec="{TEMP}/artemis.err.log" \
|
||||
--force-stdout-spec="{TEMP}/artemis.out.log"
|
||||
|
||||
chmod 755 ./app.dist/app.bin
|
||||
|
||||
echo "Building Linux target finished."
|
||||
|
||||
Reference in New Issue
Block a user