Skip to content

Commit

Permalink
try fix windows iscc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHENRY committed Dec 15, 2023
1 parent 17cfe0f commit d859976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
mv bundle $BUNDLE_NAME
if [ "${{ matrix.os }}" == "windows-latest" ]; then
iscc /DVERSION=${{ github.ref_name }} compile/installer.iss
iscc compile/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 compile/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DefaultDirName=C:\Program Files\{#NAME}
DefaultGroupName={#NAME}
DisableWelcomePage=no
OutputDir=.
OutputBaseFilename=setup.exe
OutputBaseFilename=setup
Compression=lzma
SolidCompression=yes
WizardImageFile=assets\vbanner-intro.bmp
Expand Down

0 comments on commit d859976

Please sign in to comment.