mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +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"
|
"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",
|
"bin": "tea.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://gitea.com/gitea/tea"
|
"github": "https://gitea.com/gitea/tea"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user