Skip to content

Commit

Permalink
try fix iscc compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHENRY committed Dec 15, 2023
1 parent d859976 commit b4240a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
mv bundle $BUNDLE_NAME
if [ "${{ matrix.os }}" == "windows-latest" ]; then
iscc compile/installer.iss /DVERSION=${{ github.ref_name }}
cp installer.iss .
iscc ./installer.iss /DVERSION=${{ github.ref_name }}
mv setup.exe $RELEASE_FILE
else
tar cvzf $RELEASE_FILE $BUNDLE_NAME
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalast"
version = "0.4.0-beta22"
version = "0.4.0-beta23"
authors = ["Grégoire Henry <gregoire.henry@oma.be>"]
edition = "2021"
description = "Thermophysical Model for Binary Asteroids"
Expand Down
5 changes: 0 additions & 5 deletions compile/installer.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
; This inno script will bundle everything inside the relative folder bundle\
; Output installer file name should be given by command line /F"setup.exe"
; Assets are looked in relative folder assets\
; In particular, assets\vbanner-intro.bmp is looked for.

#define NAME "kalast"
#define URL "https://github.com/GregoireHENRY/kalast"
#define PUBLISHER "NT Productions"
Expand Down

0 comments on commit b4240a2

Please sign in to comment.