From 47af8de84614596077ca03f28b51f904563d22dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Wed, 15 Nov 2023 14:28:16 +0100 Subject: [PATCH] finish act with win only setup --- .github/workflows/release.yml | 6 ++---- Cargo.toml | 2 +- bin/installer.iss | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b71abb..cbbec15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index b3132d4..399fcd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/bin/installer.iss b/bin/installer.iss index ef8c363..5d61443 100644 --- a/bin/installer.iss +++ b/bin/installer.iss @@ -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"