Skip to content

Commit

Permalink
finish act with win only setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Nov 15, 2023
1 parent 6fc5548 commit 47af8de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,11 @@ jobs:
Compress-Archive * kalast-${{ github.ref_name }}-win.zip
mv kalast-${{ github.ref_name }}-win.zip ..
- name: Try compile Inno
- name: Compile installer with Inno
run: cd bin && iscc ./installer.iss

- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
bin/kalast-${{ github.ref_name }}-win.zip
bin/setup-kalast-${{ github.ref_name }}.exe
files: bin/setup-kalast-${{ github.ref_name }}.exe
prerelease: true
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python = []
spice = ["rust-spice"]

[dependencies]
itertools = "0.11"
itertools = "0.12"
float_eq = "1.0"
nalgebra = { version = "0.32", features = ["serde-serialize"] }
nalgebra-glm = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion bin/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NAME "kalast"
#define VERSION "0.3.8"
#define VERSION "0.3.7"
#define ROOT ".."
#define URL "https://github.com/GregoireHENRY/kalast"
#define PUBLISHER "NT Productions"
Expand Down

0 comments on commit 47af8de

Please sign in to comment.