From 54f784d7784fcaef0cbab4c1b1893c993df9eae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Sat, 5 Jul 2025 06:45:43 +0900 Subject: [PATCH] ci: fix wry build --- scripts/make-win64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-win64.sh b/scripts/make-win64.sh index 4d4e513..8aa460e 100755 --- a/scripts/make-win64.sh +++ b/scripts/make-win64.sh @@ -4,7 +4,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../" -WRY_VER="0.1.1" +WRY_VER="0.1.2" mkdir -p win64/{deps,dist} dl_file() {