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