From fd654a32b4018cb03820fffa2bffcc7c8b069253 Mon Sep 17 00:00:00 2001 From: cheng1nuo Date: Sun, 3 Nov 2024 05:20:16 +0800 Subject: [PATCH] starward: add version 0.13.4 --- bucket/starward.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/starward.json diff --git a/bucket/starward.json b/bucket/starward.json new file mode 100644 index 0000000..257de54 --- /dev/null +++ b/bucket/starward.json @@ -0,0 +1,32 @@ +{ + "version": "0.13.4", + "description": "Starward is an open-source third-party launcher developed to address the aforementioned shortcomings. It supports all PC games on of HoYoverse and aims to completely replace the official launcher.", + "homepage": "https://starward.scighost.com/", + "license": "MIT license", + "url": "https://github.com/Scighost/Starward/releases/download/0.13.4/Starward_Portable_0.13.4_x64.7z", + "hash": "91e0a8224c162a391d973d0747354861d214e49b7fcaa86b0c92697f7787ee8d", + "pre_install": [ + "New-Item -Path \"$dir\" -Name \"config.ini\" -ItemType \"file\" -Force | out-null", + "New-Item -Path \"$dir\" -Name \"StarwardDatabase.db\" -ItemType \"file\" -Force | out-null" + ], + "extract_dir": "Starward", + "bin": "Starward.exe", + "shortcuts": [ + [ + "Starward.exe", + "Starward" + ] + ], + "persist": [ + "config.ini", + "StarwardDatabase.db", + "DatabaseBackup", + "bg" + ], + "checkver": { + "github": "https://github.com/Scighost/Starward" + }, + "autoupdate": { + "url": "https://github.com/Scighost/Starward/releases/download/$version/Starward_Portable_$version_x64.7z" + } +}