change to nuitka build process
This commit is contained in:
parent
013f62a606
commit
e794128018
BIN
dist/win-64.zip → dist/wine-nuitka/win64-nuitka.zip
vendored
BIN
dist/win-64.zip → dist/wine-nuitka/win64-nuitka.zip
vendored
Binary file not shown.
2
makefile
2
makefile
@ -19,5 +19,7 @@ db-dir:
|
|||||||
mkdir -p dist/db
|
mkdir -p dist/db
|
||||||
wine-build:
|
wine-build:
|
||||||
wine64 $(pypath)/python.exe $(pypath)/Lib/site-packages/pyinstaller lib/gui.py
|
wine64 $(pypath)/python.exe $(pypath)/Lib/site-packages/pyinstaller lib/gui.py
|
||||||
|
wine-nukita:
|
||||||
|
wine64 nuitka --standalone --enable-plugin=pyside6 --include-qt-plugins=sqldrivers lib/gui.py
|
||||||
clean:
|
clean:
|
||||||
rm dist/db -r
|
rm dist/db -r
|
||||||
|
Loading…
Reference in New Issue
Block a user