Skip to content

Commit

Permalink
Create 'wix-msi-files' dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Jul 28, 2024
1 parent cc589bf commit 9dddb14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ jobs:

- name: Unzip unciv file
run: |
tar -xf Unciv-Windows64.zip -C files
dir files
mkdir wix-msi-files
tar -xf Unciv-Windows64.zip -C wix-msi-files
dir wix-msi-files
- name: Install WiX
run: dotnet tool install --global wix
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unciv.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<File Id="UncivExe"
KeyPath="yes"
Checksum="yes"
Source="files/Unciv.exe">
Source="wix-msi-files/Unciv.exe">
</File>
</Component>
</DirectoryRef>

<ComponentGroup Id="UncivFiles" Directory="INSTALLFOLDER">
<Files Include="files\**" />
<Files Include="wix-msi-files\**" />
</ComponentGroup>

<Component Id="UncivShortcuts" Directory="INSTALLFOLDER" Guid="0eac8b63-1cab-4645-b0cb-ad7535f0e9ce">
Expand Down

0 comments on commit 9dddb14

Please sign in to comment.