mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
gameboosthd: Fix installation for PowerShell 5
PowerShell 5 does not support wildcard(*) for Rename-Item
This commit is contained in:
parent
440060da58
commit
e92c58d06a
@ -8,6 +8,6 @@
|
||||
},
|
||||
"url": "https://r1ch.net/assets/gameboosthd/gameboosthd-1.4.zip",
|
||||
"hash": "6f23373ebfba028255d103185785bb140016d4dde0363bca11c28bb7527c5130",
|
||||
"pre_install": "Rename-Item \"$dir\\*.exe\" 'gameboosthd.exe'",
|
||||
"pre_install": "Get-ChildItem \"$dir\\*.exe\" | Rename-Item -NewName 'gameboosthd.exe'",
|
||||
"bin": "gameboosthd.exe"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user