mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 15:29:42 -05:00
Build exe.macos as well as the app bundle, and upload them both
This commit is contained in:
parent
49471a835a
commit
fc75458453
@ -200,13 +200,18 @@ jobs:
|
|||||||
name: Build OnionShare
|
name: Build OnionShare
|
||||||
command: |
|
command: |
|
||||||
cd ~/project/desktop
|
cd ~/project/desktop
|
||||||
|
poetry run python ./setup-freeze.py build
|
||||||
poetry run python ./setup-freeze.py bdist_mac
|
poetry run python ./setup-freeze.py bdist_mac
|
||||||
poetry run python ./scripts/build-macos.py cleanup-build
|
poetry run python ./scripts/build-macos.py cleanup-build
|
||||||
- run:
|
- run:
|
||||||
name: Compress
|
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:
|
- store_artifacts:
|
||||||
path: ~/onionshare-macos.zip
|
path: ~/onionshare-macos.zip
|
||||||
|
- store_artifacts:
|
||||||
|
path: ~/onionshare-app-macos.zip
|
||||||
|
|
||||||
build-snapcraft:
|
build-snapcraft:
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user