Skip to content

Commit

Permalink
Fix installer creation (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Dec 17, 2023
1 parent 717dbeb commit ce10e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: matrix.build == 'win-x64'
run: |
dotnet tool install --global InnoSetup
cp Fronter.NET/Fronter.NET/Assets/converter.ico Release/Assets/
cp Fronter.NET/Fronter.NET/Assets/converter.ico Publish/Assets/
iscc --version
sed -i '5i\\#define MyAppVersion "${{ needs.create_release.outputs.tag }}"' ImperatorToCK3.iss
iscc ImperatorToCK3.iss
Expand Down
2 changes: 1 addition & 1 deletion ImperatorToCK3.iss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Type: filesandordirs; Name: "{app}\ImperatorToCK3\blankMod"
Type: filesandordirs; Name: "{app}\ImperatorToCK3\temp"

[Files]
Source: "Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "Publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit ce10e37

Please sign in to comment.