mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +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"
|
"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",
|
"bin": "oxlint.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://api.github.com/repositories/599431918/releases",
|
"url": "https://api.github.com/repositories/599431918/releases",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user