From 84ca03de99a7818cf91b31bcca6021b84bd71c0d Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 29 May 2022 19:18:12 +0800 Subject: [PATCH] gameboosthd: Add version 1.4 (#3627) * gameboosthd: Add version 1.4 * simplify pre_install --- bucket/gameboosthd.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/gameboosthd.json diff --git a/bucket/gameboosthd.json b/bucket/gameboosthd.json new file mode 100644 index 0000000000..f47c4f1cb4 --- /dev/null +++ b/bucket/gameboosthd.json @@ -0,0 +1,13 @@ +{ + "version": "1.4", + "description": "Maximize game performance by Dynamically adjust process priority of background applications.", + "homepage": "https://r1ch.net/projects/gameboosthd", + "license": { + "identifier": "Freeware", + "url": "https://r1ch.net/projects/gameboosthd" + }, + "url": "https://r1ch.net/assets/gameboosthd/gameboosthd-1.4.zip", + "hash": "6f23373ebfba028255d103185785bb140016d4dde0363bca11c28bb7527c5130", + "pre_install": "Rename-Item \"$dir\\*.exe\" 'gameboosthd.exe'", + "bin": "gameboosthd.exe" +}