mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
httpaddress fix. service mode msi fix for app install folder name
This commit is contained in:
parent
7868759b7b
commit
345a033c6a
2 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@ cat > wix.xml << EOF
|
|||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="${PKGINSTFOLDER}" Name="PFiles">
|
||||
<Directory Id="MeshInstallFolder" Name="Mesh">
|
||||
<Directory Id="MeshInstallFolder" Name="RiV-mesh">
|
||||
|
||||
<Component Id="MainExecutable" Guid="c2119231-2aa3-4962-867a-9759c87beb24">
|
||||
<File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue