mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-28 07:35:30 -05:00
Added Linux packaging files and added linux-install to Makefile
This commit is contained in:
5
.github/workflows/python-build.yml
vendored
5
.github/workflows/python-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user