mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Moved CopyFolder to a separate Component RIVM-2
This commit is contained in:
parent
aa345a265f
commit
b150aa4143
1 changed files with 8 additions and 4 deletions
|
@ -154,6 +154,8 @@ cat > wix.xml << EOF
|
|||
EmbedCab="yes"
|
||||
CompressionLevel="high" />
|
||||
|
||||
<Property Id="SOURCEDIRECTORY" Value="${PKGUIFOLDER}" />
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="DesktopFolder" SourceName="Desktop"/>
|
||||
<Directory Id="CopyWebViewUIFolder" SourceName="SourceDir"/>
|
||||
|
@ -211,10 +213,6 @@ cat > wix.xml << EOF
|
|||
DiskId="1"
|
||||
Source="mesh-ui.exe"
|
||||
KeyPath="yes" />
|
||||
|
||||
<CopyFile Id="CopyWebViewUIFolder" SourceProperty="${PKGUIFOLDER}"
|
||||
DestinationDirectory="ui" SourceName="*" />
|
||||
|
||||
<File
|
||||
Id="WebViewDllFile"
|
||||
Name="webview.dll"
|
||||
|
@ -229,6 +227,11 @@ cat > wix.xml << EOF
|
|||
|
||||
</Component>
|
||||
|
||||
<Component Id="CopyComponent" Guid="c61706dd-2204-4c72-8870-8cb05291c962">
|
||||
<CopyFile Id="CopyWebViewUIFolder" SourceProperty="SOURCEDIRECTORY"
|
||||
DestinationDirectory="ui" SourceName="*" />
|
||||
</Component>
|
||||
|
||||
<Component Id="ConfigScript" Guid="64a3733b-c98a-4732-85f3-20cd7da1a785">
|
||||
<File
|
||||
Id="Configbat"
|
||||
|
@ -237,6 +240,7 @@ cat > wix.xml << EOF
|
|||
Source="updateconfig.bat"
|
||||
KeyPath="yes"/>
|
||||
</Component>
|
||||
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue