Skip to content

Commit

Permalink
Add release/release_data.json to this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Borkan committed Apr 5, 2018
1 parent 1bed93a commit 2ae6d63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions release/release_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"latestVersions": {
"outline-manager-darwin-x64": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.dmg",
"version": "1.0.4"
},
"outline-manager-linux-ia32": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.AppImage",
"version": "1.0.4"
},
"outline-manager-linux-x64": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.AppImage",
"version": "1.0.4"
},
"outline-manager-win32-ia32": {
"location": "https://raw.githubusercontent.com/Jigsaw-Code/outline-releases/master/manager/Outline-Manager.exe",
"version": "1.0.4"
}
}
}
4 changes: 2 additions & 2 deletions src/server_manager/electron_app/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.4",
"releaseDataUrl": "https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/release/release_data.json"
"version": "0.0.4",
"releaseDataUrl": "https://raw.githubusercontent.com/Jigsaw-Code/outline-server/dborkan-release-cleanup/release/release_data.json"
}

0 comments on commit 2ae6d63

Please sign in to comment.