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
|
- name: Unzip unciv file
|
||||||
run: |
|
run: |
|
||||||
tar -xf Unciv-Windows64.zip -C files
|
mkdir wix-msi-files
|
||||||
dir files
|
tar -xf Unciv-Windows64.zip -C wix-msi-files
|
||||||
|
dir wix-msi-files
|
||||||
|
|
||||||
- name: Install WiX
|
- name: Install WiX
|
||||||
run: dotnet tool install --global 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"
|
<File Id="UncivExe"
|
||||||
KeyPath="yes"
|
KeyPath="yes"
|
||||||
Checksum="yes"
|
Checksum="yes"
|
||||||
Source="files/Unciv.exe">
|
Source="wix-msi-files/Unciv.exe">
|
||||||
</File>
|
</File>
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
<ComponentGroup Id="UncivFiles" Directory="INSTALLFOLDER">
|
<ComponentGroup Id="UncivFiles" Directory="INSTALLFOLDER">
|
||||||
<Files Include="files\**" />
|
<Files Include="wix-msi-files\**" />
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
|
|
||||||
<Component Id="UncivShortcuts" Directory="INSTALLFOLDER" Guid="0eac8b63-1cab-4645-b0cb-ad7535f0e9ce">
|
<Component Id="UncivShortcuts" Directory="INSTALLFOLDER" Guid="0eac8b63-1cab-4645-b0cb-ad7535f0e9ce">
|
||||||
|
Loading…
Reference in New Issue
Block a user