mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 23:39:31 -05:00
Properly zip up the app bundle
This commit is contained in:
parent
a2b1f8b578
commit
301aa19df2
@ -206,12 +206,10 @@ jobs:
|
||||
- run:
|
||||
name: Compress
|
||||
command: |
|
||||
zip -r ~/onionshare-macos.zip ~/project/desktop/build/exe.macosx-10.9-universal2-3.9
|
||||
zip -r ~/onionshare-app-macos.zip ~/project/desktop/build/OnionShare.app
|
||||
cd ~/project/desktop/build
|
||||
zip -r ~/onionshare-macos.zip OnionShare.app
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-macos.zip
|
||||
- store_artifacts:
|
||||
path: ~/onionshare-app-macos.zip
|
||||
|
||||
# build-snapcraft:
|
||||
# docker:
|
||||
|
Loading…
Reference in New Issue
Block a user