change to nuitka build process

This commit is contained in:
ccppi 2024-08-09 14:24:55 +02:00
parent 013f62a606
commit e794128018
2 changed files with 2 additions and 0 deletions

View File

@ -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