mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Build exe.macos as well as the app bundle, and upload them both
This commit is contained in:
parent
49471a835a
commit
fc75458453
1 changed files with 6 additions and 1 deletions
|
@ -200,13 +200,18 @@ jobs:
|
|||
name: Build OnionShare
|
||||
command: |
|
||||
cd ~/project/desktop
|
||||
poetry run python ./setup-freeze.py build
|
||||
poetry run python ./setup-freeze.py bdist_mac
|
||||
poetry run python ./scripts/build-macos.py cleanup-build
|
||||
- run:
|
||||
name: Compress
|
||||
command: zip -r ~/onionshare-macos.zip ~/project/desktop/build/OnionShare.app
|
||||
command: |
|
||||
zip -r ~/onionshare-macos.zip ~/project/desktop/build/exe.macosx-10.9-x86_64-3.9
|
||||
zip -r ~/onionshare-app-macos.zip ~/project/desktop/build/OnionShare.app
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-macos.zip
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-app-macos.zip
|
||||
|
||||
build-snapcraft:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue