diff --git a/bucket/dzsalauncher.json b/bucket/dzsalauncher.json new file mode 100644 index 000000000000..227b359d75d6 --- /dev/null +++ b/bucket/dzsalauncher.json @@ -0,0 +1,31 @@ +{ + "version": "0.0.5.3", + "description": "An easy to use launcher for DayZ Standalone (with unofficial mod support)", + "homepage": "https://dayzsalauncher.com", + "license": "Freeware", + "architecture": { + "64bit": { + "url": "https://dayzsalauncher.com/releases/dzsalauncher-0.0.5.3.zip", + "hash": "87e53a29099395ffa3659e5a0e82b2b5a6ec2c910dca7270dea818aaf39c8628" + } + }, + "pre_install": "Remove-Item \"$dir\\Updater.exe*\"", + "persist": "DZSALauncher.exe.config", + "shortcuts": [ + [ + "DZSALauncher.exe", + "DZSALauncher" + ] + ], + "checkver": { + "url": "https://dayzsalauncher.com/api/v1/launcher/version", + "jsonpath": "$.result.version" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://dayzsalauncher.com/releases/dzsalauncher-$version.zip" + } + } + } +}