Skip to content

Commit

Permalink
Prepare for macOS release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalamav committed Apr 3, 2018
1 parent 29e63b1 commit 1bed93a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ jobs:
electronuserland/builder:wine
/bin/bash -c "yarn do server_manager/electron_app/package_only_windows" || travis_terminate $?

- stage: deploy
env:
- DESC=macos manager
os: osx
script: yarn do server_manager/electron_app/package_macos

# Note that because we cannot currently sign Windows binaries on Travis,
# these must be manually built and uploaded to the releases page.
- stage: release
Expand Down
2 changes: 1 addition & 1 deletion src/server_manager/electron_app/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.3",
"version": "1.0.4",
"releaseDataUrl": "https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/release/release_data.json"
}
2 changes: 1 addition & 1 deletion src/server_manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outline-manager",
"productName": "Outline Manager",
"version": "1.0.3",
"version": "1.0.4",
"description": "Create and manage access to Outline servers",
"homepage": "https://getoutline.org/",
"author": {
Expand Down

0 comments on commit 1bed93a

Please sign in to comment.