diff --git a/updater.json b/updater.json new file mode 100644 index 0000000..0ad2c0a --- /dev/null +++ b/updater.json @@ -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 + } + } +}