Removed compiled translations and added step to build them

This commit is contained in:
2024-07-04 06:32:24 +10:00
parent ca81c2e6d3
commit 62467bb616
8 changed files with 16 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
linux:
pyside6-project build
nuitka3 --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py
clean:
rm NUSGet.bin
rm -rd NUSGet.build/
rm -rd NUSGet.dist/
rm -rd NUSGet.onefile-build/