mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-04 04:58:13 -04:00
Correct dir placement...?
This commit is contained in:
parent
267b76ea63
commit
3d87b2c0fd
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -231,7 +231,7 @@ jobs:
|
|||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
- name: Unzip unciv file
|
- name: Unzip unciv file
|
||||||
run: | # The relative folders in wxs files are relative to the file itself
|
run: |
|
||||||
mkdir .github/workflows/wix-msi-files
|
mkdir .github/workflows/wix-msi-files
|
||||||
tar -xf Unciv-Windows64.zip -C .github/workflows/wix-msi-files
|
tar -xf Unciv-Windows64.zip -C .github/workflows/wix-msi-files
|
||||||
dir .github/workflows/wix-msi-files
|
dir .github/workflows/wix-msi-files
|
||||||
|
5
.github/workflows/unciv.wxs
vendored
5
.github/workflows/unciv.wxs
vendored
@ -20,12 +20,15 @@
|
|||||||
<File Id="UncivExe"
|
<File Id="UncivExe"
|
||||||
KeyPath="yes"
|
KeyPath="yes"
|
||||||
Checksum="yes"
|
Checksum="yes"
|
||||||
Source="wix-msi-files/Unciv.exe">
|
Source=".github/workflows/wix-msi-files/Unciv.exe">
|
||||||
|
<!-- Annoyingly the relative locations are not the same.0
|
||||||
|
THIS source is relative to the current working dir.... -->
|
||||||
</File>
|
</File>
|
||||||
</Component>
|
</Component>
|
||||||
</DirectoryRef>
|
</DirectoryRef>
|
||||||
|
|
||||||
<ComponentGroup Id="UncivFiles" Directory="INSTALLFOLDER">
|
<ComponentGroup Id="UncivFiles" Directory="INSTALLFOLDER">
|
||||||
|
<!-- But THIS source is relative to the exs file location!!! -->
|
||||||
<Files Include="wix-msi-files\**" />
|
<Files Include="wix-msi-files\**" />
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user