mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-04-26 07:31:00 -04:00
Create app bundle for macOS
This commit is contained in:
parent
dfccf2f63e
commit
8fd4b0ced3
2
.github/workflows/python-build.yml
vendored
2
.github/workflows/python-build.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: |
|
run: |
|
||||||
nuitka3 --assume-yes-for-downloads --onefile --plugin-enable=pyside6 main.py --disable-console
|
nuitka3 --assume-yes-for-downloads --onefile --plugin-enable=pyside6 main.py --macos-create-app-bundle --disable-console
|
||||||
- name: Prepare Package for Upload
|
- name: Prepare Package for Upload
|
||||||
run: |
|
run: |
|
||||||
mv main.bin ~/NUSD-Py
|
mv main.bin ~/NUSD-Py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user