mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
MeshInstallFolder path fix (error CNDL0275)
This commit is contained in:
parent
bb258f9116
commit
9028786339
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ cat > wix.xml << EOF
|
|||
Directory="DesktopFolder"
|
||||
Target="cscript"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="[MeshInstallFolder]">
|
||||
WorkingDirectory="MeshInstallFolder">
|
||||
<Icon Id="icon.ico" SourceFile="riv.ico"/>
|
||||
</Shortcut>
|
||||
<RegistryValue Root="HKCU"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue