mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 15:15:28 -05:00
Removed compiled translations and added step to build them
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal 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/
|
||||
Reference in New Issue
Block a user