mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Properly zip up the app bundle
This commit is contained in:
parent
a2b1f8b578
commit
301aa19df2
1 changed files with 2 additions and 4 deletions
|
@ -206,12 +206,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Compress
|
name: Compress
|
||||||
command: |
|
command: |
|
||||||
zip -r ~/onionshare-macos.zip ~/project/desktop/build/exe.macosx-10.9-universal2-3.9
|
cd ~/project/desktop/build
|
||||||
zip -r ~/onionshare-app-macos.zip ~/project/desktop/build/OnionShare.app
|
zip -r ~/onionshare-macos.zip 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 a new issue