mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 01:46:28 -04:00
Properly zip up the app bundle
This commit is contained in:
parent
5500e3f890
commit
b4c348d9f4
@ -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…
x
Reference in New Issue
Block a user