From 2a2d882223afebd8bacf2bf5c61d92faa80df0a2 Mon Sep 17 00:00:00 2001 From: Gn3po4g Date: Wed, 24 Jul 2024 09:20:11 +0800 Subject: [PATCH] fix autoupdate --- bucket/chsrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/chsrc.json b/bucket/chsrc.json index 1962370b24e42..3a0badb73f905 100644 --- a/bucket/chsrc.json +++ b/bucket/chsrc.json @@ -29,10 +29,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/RubyMetric/chsrc/releases/download/$version/chsrc-x64-windows.exe" + "url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x64-windows.exe" }, "32bit": { - "url": "https://github.com/RubyMetric/chsrc/releases/download/$version/chsrc-x86-windows.exe" + "url": "https://github.com/RubyMetric/chsrc/releases/download/v$version/chsrc-x86-windows.exe" } } }