Autostart UI with argument fix

This commit is contained in:
vadym 2022-12-01 22:18:13 +02:00
parent e38bcdfc7c
commit 6452cd981d

View file

@ -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>