Skip to content

Commit

Permalink
Fix installer creation (for real this time) (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Dec 17, 2023
1 parent 0e1e572 commit 455b94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
dotnet tool install --global InnoSetup
cp Fronter.NET/Fronter.NET/Assets/converter.ico Publish/Assets/
iscc --version
sed -i '5i\\#define MyAppVersion "${{ needs.create_release.outputs.tag }}"' ImperatorToCK3.iss
sed -i '5i\\#define MyAppVersion "\"${{ needs.create_release.outputs.tag }}"\"' ImperatorToCK3.iss
cat ImperatorToCK3.iss
iscc ImperatorToCK3.iss
- name: "Upload installer for Windows"
Expand Down

0 comments on commit 455b94b

Please sign in to comment.