mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 23:25:29 -05:00
Create app bundle for macOS
This commit is contained in:
2
.github/workflows/python-build.yml
vendored
2
.github/workflows/python-build.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
- name: Build Package
|
||||
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
|
||||
run: |
|
||||
mv main.bin ~/NUSD-Py
|
||||
|
||||
Reference in New Issue
Block a user