Skip to content

Commit

Permalink
Add updater.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao committed Sep 27, 2024
1 parent eb0ca5d commit e9ac7cf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions updater.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"updates": {
"windows": {
"open-url": "",
"latest-version": "v1.3.1-hotfix",
"download-url": "https://github.com/Pedro-Beirao/dsda-launcher/releases/download/v1.3.1-hotfix/dsda-launcher-win64.zip",
"changelog": "This is an example changelog for Windows. Go on...",
"mandatory": false
},
"osx": {
"open-url": "",
"latest-version": "v1.3.1-hotfix",
"download-url": "https://github.com/Pedro-Beirao/dsda-launcher/releases/download/v1.3.1-hotfix/dsda-launcher-mac.dmg",
"changelog": "This is an example changelog for Mac OS X. Go on...",
"mandatory": false
}
}
}

0 comments on commit e9ac7cf

Please sign in to comment.