Skip to content

Commit

Permalink
修复 Inno Setup 打包报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyiYo committed Feb 15, 2025
1 parent 8df966d commit 97c537e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97c537e

Please sign in to comment.