From 38cec9bf3f0d2409a9f5e98e7e442ed803f81218 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:31:42 +0200 Subject: [PATCH] Update windev.ps1 (#3886) --- windev.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windev.ps1 b/windev.ps1 index e0679aa7..6c74c592 100644 --- a/windev.ps1 +++ b/windev.ps1 @@ -9,5 +9,5 @@ Run in Admin Powershell > ./windev.ps1 #> -$latestTag = (Invoke-RestMethod 'https://api.github.com/repos/ChrisTitusTech/winutil/releases')[0].tag_name +$latestTag = (Invoke-RestMethod "https://api.github.com/repos/ChrisTitusTech/winutil/tags")[0].name Invoke-RestMethod "https://github.com/ChrisTitusTech/winutil/releases/download/$latestTag/winutil.ps1" | Invoke-Expression