update win file

This commit is contained in:
ccppi 2024-08-12 13:13:30 +02:00
parent 5b78e29242
commit d56e15171a
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -21,5 +21,6 @@ wine-build:
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
make datafiles
clean:
rm dist/db -r