Added Linux packaging files and added linux-install to Makefile

This commit is contained in:
2024-07-21 20:11:14 -04:00
parent bf09f3b18e
commit 439aebbdb8
5 changed files with 38 additions and 8 deletions

View File

@@ -31,11 +31,10 @@ jobs:
pip install -r requirements.txt
- name: Build Package
run: |
pyside6-project build
python -m nuitka --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py
make linux
- name: Prepare Package for Upload
run: |
mv NUSGet.bin ~/NUSGet
mv NUSGet ~/NUSGet
cd ~
tar cvf NUSGet.tar NUSGet
- name: Upload Package