From 50e19d8e5d2bfc0da99ac49740e7bb8b5ed85a47 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Mon, 14 Jul 2025 01:50:23 +0000 Subject: [PATCH] tea@0.10.1: Fix script for powershell 5.x (Close #6964) --- bucket/tea.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/tea.json b/bucket/tea.json index d97cdaf724..dbd6b1ab75 100644 --- a/bucket/tea.json +++ b/bucket/tea.json @@ -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"