Skip to content

Commit 630cfbb

Browse files
authored
Update update-osx.md
1 parent d4a88b3 commit 630cfbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/update-osx.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ Electron Release Server provides a backend for the [Squirrel.Mac](https://github
33

44
### Endpoint
55

6-
The endpoint for **Squirrel.Mac** is `http://download.myapp.com/update/osx/:currentVersion`. The server is smart enough to also match the platform to `darwin`,`darwin_64`,`macos`, and `mac`.
6+
The endpoint for **Squirrel.Mac** is `https://download.myapp.com/update/:platform/:version[/:channel]`.
7+
8+
Note that `version` is the currently installed version.
9+
10+
The server will accept the platform as `osx`, `darwin`,`darwin_64`,`macos`, and `mac`.
11+
12+
Since the server supports multiple release channels, you can specify the channel when requesting updates. Examples of supported channels are `stable`, `beta`, `alpha`. Each channel includes those above it; `beta` will include `stable` updates.
713

814
This url requires different parameters to return a correct version: `version` and `platform`.
915

0 commit comments

Comments
 (0)