mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
wakatime-cli: Fix pre_install for Powershell 5 (#4310)
This commit is contained in:
parent
b20ef028a2
commit
9170ecb2bf
@ -13,7 +13,7 @@
|
||||
"hash": "a22968e2e23ea2f88455dfac6ee49d5219568a79fb6a4a21eef943ea221557df"
|
||||
}
|
||||
},
|
||||
"pre_install": "Rename-Item \"$dir\\wakatime-cli-windows-*.exe\" 'wakatime-cli.exe'",
|
||||
"pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'",
|
||||
"bin": "wakatime-cli.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/wakatime/wakatime-cli"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user