Skip to content

Commit

Permalink
just build appimage for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
trevj committed Jan 11, 2019
1 parent 6c4369a commit f710bac
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/server_manager/electron_app/package_linux_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,13 @@

yarn do server_manager/electron_app/build

# Auto-updates only work for AppImage:
# https://github.com/electron-userland/electron-builder/issues/2498
$ROOT_DIR/src/server_manager/node_modules/.bin/electron-builder \
--projectDir=build/server_manager/electron_app/static \
--config.asarUnpack=server_manager/web_app/images \
--publish=never \
--config.publish.provider=generic \
--config.publish.url=https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/ \
--x64 \
--linux AppImage \
--config.linux.icon=icons/png \
--config.linux.category=Network \
--config.artifactName='Outline-Manager.${ext}'

for arch in ia32 x64; do
$ROOT_DIR/src/server_manager/node_modules/.bin/electron-builder \
--projectDir=build/server_manager/electron_app/static \
--config.asarUnpack=server_manager/web_app/images \
--publish=never \
--$arch \
--linux deb rpm tar.gz \
--config.linux.icon=icons/png \
--config.linux.category=Network \
--config.artifactName='Outline-Manager-'${arch}'.${ext}'

done

0 comments on commit f710bac

Please sign in to comment.