From ed040be3304edb128349f884b03c75b2a9400948 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 30 Apr 2023 02:20:45 -0400 Subject: [PATCH 1/2] dzsalauncher: Add version 0.0.5.3 --- bucket/dzsalauncher.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/dzsalauncher.json diff --git a/bucket/dzsalauncher.json b/bucket/dzsalauncher.json new file mode 100644 index 000000000000..534e96851467 --- /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" + } + } + } +} From 19ba3cbcb1ac1f21e3da9d06ba08ef18fd8a7f39 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 30 Apr 2023 13:02:48 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- bucket/dzsalauncher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/dzsalauncher.json b/bucket/dzsalauncher.json index 534e96851467..227b359d75d6 100644 --- a/bucket/dzsalauncher.json +++ b/bucket/dzsalauncher.json @@ -1,6 +1,6 @@ { "version": "0.0.5.3", - "description": "An easy to use launcher for DayZ Standalone (with unofficial mod support).", + "description": "An easy to use launcher for DayZ Standalone (with unofficial mod support)", "homepage": "https://dayzsalauncher.com", "license": "Freeware", "architecture": {