mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Autostart UI with argument fix
This commit is contained in:
parent
e38bcdfc7c
commit
6452cd981d
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,6 @@ PKGUIFOLDER=contrib/ui/mesh-ui/ui/
|
||||||
PKGWEBVIEWRESOURCESFOLDER="${PKGUIFOLDER}assets/"
|
PKGWEBVIEWRESOURCESFOLDER="${PKGUIFOLDER}assets/"
|
||||||
PKGFONTSRESOURCESFOLDER="${PKGUIFOLDER}webfonts/"
|
PKGFONTSRESOURCESFOLDER="${PKGUIFOLDER}webfonts/"
|
||||||
|
|
||||||
${PKGUIFOLDER}index.html
|
|
||||||
PKGLICENSEFILE=LICENSE.rtf
|
PKGLICENSEFILE=LICENSE.rtf
|
||||||
|
|
||||||
#Build winres
|
#Build winres
|
||||||
|
@ -340,7 +339,7 @@ cat > wix.xml << EOF
|
||||||
Key="Software\Microsoft\Windows\CurrentVersion\Run"
|
Key="Software\Microsoft\Windows\CurrentVersion\Run"
|
||||||
Name="RiV-mesh client"
|
Name="RiV-mesh client"
|
||||||
Type="string"
|
Type="string"
|
||||||
Value='"[MeshInstallFolder]mesh-ui.exe" ui\index.html' />
|
Value='"[MeshInstallFolder]mesh-ui.exe" "[MeshInstallFolder]ui\index.html"' />
|
||||||
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
<Condition>ASSISTANCE_START_VIA_REGISTRY</Condition>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue