tea@0.10.1: Fix script for powershell 5.x (Close #6964)

This commit is contained in:
HUMORCE 2025-07-14 01:50:23 +00:00
parent 9612955c20
commit 50e19d8e5d
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -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"