mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
tea@0.10.1: Fix script for powershell 5.x (Close #6964)
This commit is contained in:
parent
9612955c20
commit
50e19d8e5d
@ -9,7 +9,7 @@
|
||||
"hash": "629db62c343fcda355f602cce9cdf107426d0ee91b1935ab50ef834fa091f923"
|
||||
}
|
||||
},
|
||||
"pre_install": "Rename-Item \"$dir\\tea-*.exe\" \"$dir\\tea.exe\"",
|
||||
"pre_install": "Get-Item \"$dir\\tea-*.exe\" | Rename-Item -NewName \"$dir\\tea.exe\"",
|
||||
"bin": "tea.exe",
|
||||
"checkver": {
|
||||
"github": "https://gitea.com/gitea/tea"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user