mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-03 13:30:51 +07:00
Create 'wix-msi-files' dir
This commit is contained in:
parent
cc589bff6d
commit
9dddb14076
5
.github/workflows/buildAndDeploy.yml
vendored
5
.github/workflows/buildAndDeploy.yml
vendored
@ -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
|
||||
|
4
.github/workflows/unciv.wxs
vendored
4
.github/workflows/unciv.wxs
vendored
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user