Skip to content

Commit

Permalink
Merge pull request #1606 from benedikt-richter/revert_zipping_mac_rel…
Browse files Browse the repository at this point in the history
…ease

Revert "Do not zip mac release"
  • Loading branch information
benedikt-richter authored Apr 24, 2023
2 parents d187ed0 + 7a4d760 commit ce6f33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
FILE: release/linux/OpossumUI-for-linux.AppImage
- os: macos-latest
SHIP: ship-mac
FILE: release/mac/OpossumUI.app
FILE: release/mac/OpossumUI-for-mac.zip
- os: windows-latest
SHIP: ship-win
FILE: release/win/OpossumUI-for-win.exe
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"ship-win": "run-script-os",
"ship-win:darwin:linux": "yarn build:prod && electron-builder --win --x64 --publish never && mkdir -p release/win && mv \"release/OpossumUI Setup 0.1.0.exe\" \"release/win/OpossumUI-for-win.exe\"",
"ship-win:win32": "yarn build:prod && electron-builder --win --x64 --publish never && cd release && (if not exist win (mkdir win)) && move \"OpossumUI Setup 0.1.0.exe\" \"win/OpossumUI-for-win.exe\" && cd ..",
"ship-mac": "yarn build:prod && electron-builder --mac --x64 --publish never",
"ship-mac": "yarn build:prod && electron-builder --mac --x64 --publish never && zip -r -q 'release/mac/OpossumUI-for-mac.zip' 'release/mac/'",
"ship": "yarn ship-linux && yarn ship-win && yarn ship-mac",
"clean": "rm -rf ./build/ ./release/",
"postinstall": "husky install && yarn update-commit-hash",
Expand Down

0 comments on commit ce6f33c

Please sign in to comment.