From 97c537e6e7f990537f47579b6ec6cd534c9def2e Mon Sep 17 00:00:00 2001 From: zhiyiYo <1319158137@qq.com> Date: Sat, 15 Feb 2025 16:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Inno=20Setup=20=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-Windows.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-Windows.yml b/.github/workflows/build-Windows.yml index b422cdb..1995232 100644 --- a/.github/workflows/build-Windows.yml +++ b/.github/workflows/build-Windows.yml @@ -49,8 +49,12 @@ jobs: Write-Output "Download and extraction complete!" + - name: Download Inno Setup Translation Files + run: | + Invoke-WebRequest -Uri "https://raw.githubusercontent.com/jrsoftware/issrc/main/Files/Languages/Unofficial/ChineseSimplified.isl" -OutFile "C:\Program Files (x86)\Inno Setup 6\Languages\ChineseSimplified.isl" + - name: Build Installer - uses: Minionguyjpro/Inno-Setup-Action@v1.2.2 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.5 with: path: Fluent-M3U8.iss