mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 15:15:28 -05:00
Added Linux packaging files and added linux-install to Makefile
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,6 +1,14 @@
|
||||
CC=python -m nuitka
|
||||
|
||||
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
|
||||
$(CC) --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py -o NUSGet
|
||||
|
||||
linux-install:
|
||||
install -d /opt/NUSGet
|
||||
install NUSGet /opt/NUSGet/
|
||||
install ./packaging/icon.png /opt/NUSGet/NUSGet.png
|
||||
install ./packaging/NUSGet.desktop /usr/share/applications
|
||||
|
||||
clean:
|
||||
rm NUSGet.bin
|
||||
|
||||
Reference in New Issue
Block a user