Skip to content

Commit

Permalink
[*]Fix windows installer build isl
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Dec 26, 2023
1 parent 50e0a44 commit b68ec84
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: pwsh
run: |-
./asset/is.exe /VERYSLIENT
curl -o "C:\Program Files (x86)\Inno Setup 6\Languages\ChineseSimplified.isl" "https://raw.github.com/jrsoftware/issrc/main/Files/Languages/Unofficial/ChineseSimplified.isl"
Copy-Item "./asset/ChineseSimplified.isl" -Destination "C:\Program Files (x86)\Inno Setup 6\Languages"
- name: Pack EXE Installer
run: |-
flutter_distributor package --platform windows --target exe
Expand Down
Loading

0 comments on commit b68ec84

Please sign in to comment.