ScoopInstaller_Main/bucket/gameboosthd.json
Issac Lin e92c58d06a
gameboosthd: Fix installation for PowerShell 5
PowerShell 5 does not support wildcard(*) for Rename-Item
2022-08-06 13:14:35 +08:00

14 lines
583 B
JSON

{
"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": "Get-ChildItem \"$dir\\*.exe\" | Rename-Item -NewName 'gameboosthd.exe'",
"bin": "gameboosthd.exe"
}