Skip to content

Commit

Permalink
[Fix] Add Inno Setup installer to the repository, do not use winget
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Sep 28, 2024
1 parent d2f7903 commit 7f40cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
shell: pwsh

- name: Setup Inno Setup 6
shell: pwsh
run: |-
winget install --id JRSoftware.InnoSetup -e --silent --accept-package-agreements --accept-source-agreements
tools/innosetup-6.3.3.exe /VERYSILENT
Copy-Item "./tools/ChineseSimplified.isl" -Destination "C:\Program Files (x86)\Inno Setup 6\Languages"
shell: pwsh

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
Binary file added tools/innosetup-6.3.3.exe
Binary file not shown.

0 comments on commit 7f40cb6

Please sign in to comment.