mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
oxlint@1.6.0: Fix scirpt for powershell 5.x
This commit is contained in:
parent
acce70c4ff
commit
ceb3985ca3
@ -13,7 +13,7 @@
|
||||
"hash": "ada373ef1f1508f725fb10c503d71702b81a560138f6e2369cf52ff181c6f4c9"
|
||||
}
|
||||
},
|
||||
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",
|
||||
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",
|
||||
"bin": "oxlint.exe",
|
||||
"checkver": {
|
||||
"url": "https://api.github.com/repositories/599431918/releases",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user