Skip to content

Commit

Permalink
Add Windows installer build step and remove vk_swiftshader.dll from p…
Browse files Browse the repository at this point in the history
…ackaging
  • Loading branch information
nullchinchilla committed May 8, 2024
1 parent d75f331 commit 0c867cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
if: matrix.dir != 'musl'
run: cargo build --locked --release --target ${{ matrix.target }} --manifest-path binaries/geph5-client-gui/Cargo.toml

- name: Build Windows installer
if: matrix.os == 'windows-latest'
shell: bash
run: |
choco install innosetup
cp target/${{ matrix.target }}/release/geph5-client-gui packaging/windows
iscc packaging/windows/setup.iss
- name: Move client GUI binaries to artifacts directory
if: matrix.dir != 'musl'
shell: bash
Expand Down
Binary file removed packaging/windows/vk_swiftshader.dll
Binary file not shown.

0 comments on commit 0c867cd

Please sign in to comment.