Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
foxt committed Sep 22, 2020
1 parent 8dd5489 commit 82e4465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-macos.sh
@@ -1,8 +1,8 @@
echo "[macOS] Building"
VERSION="$(node ./getVersion.js)"
mkdir builds
electron-packager . Jellyfish-BETA --exclude=docs --app-version "$VERSION" --protocol=jellyfish-lsef --platform darwin --out ./builds --overwrite --icon ../jellyfish-ui/assets/icon-beta.icns --asar --app-copyright "(c) 2020 theLMGN - Do not redistribute. Provided with NO warranty" --app-bundle-id com.thelmgn.jellyfish --darwin-dark-mode-support
#electron-packager . Jellyfish --exclude=docs --app-version "$VERSION" --protocol=jellyfish-lsef --platform darwin --out ./builds --overwrite --icon ../jellyfish-ui/assets/icon.icns --asar --app-copyright "(c) 2020 theLMGN - Do not redistribute. Provided with NO warranty" --app-bundle-id com.thelmgn.jellyfish --darwin-dark-mode-support
#electron-packager . Jellyfish-BETA --exclude=docs --app-version "$VERSION" --protocol=jellyfish-lsef --platform darwin --out ./builds --overwrite --icon ../jellyfish-ui/assets/icon-beta.icns --asar --app-copyright "(c) 2020 theLMGN - Do not redistribute. Provided with NO warranty" --app-bundle-id com.thelmgn.jellyfish --darwin-dark-mode-support
electron-packager . Jellyfish --exclude=docs --app-version "$VERSION" --protocol=jellyfish-lsef --platform darwin --out ./builds --overwrite --icon ../jellyfish-ui/assets/icon.icns --asar --app-copyright "(c) 2020 theLMGN - Do not redistribute. Provided with NO warranty" --app-bundle-id com.thelmgn.jellyfish --darwin-dark-mode-support
cd ./builds
mv Jellyfish-darwin-x64 "Jellyfish-$VERSION"
cd "Jellyfish-$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta2",
"version": "2.0.0",
"name": "jellyfish",
"description": "For more information, please visit the [website](https://jellyfish.thelmgn.com)",
"main": "index.js",
Expand Down

0 comments on commit 82e4465

Please sign in to comment.