mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
added icons
This commit is contained in:
parent
53e53b7da7
commit
d6e40cdd31
1 changed files with 8 additions and 6 deletions
|
@ -153,8 +153,8 @@ cat > wix.xml << EOF
|
|||
EmbedCab="yes"
|
||||
CompressionLevel="high" />
|
||||
|
||||
<Icon Id="icon.ico" SourceFile="riv.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
|
||||
<Icon Id="RiVIcon" SourceFile="riv.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="RiVIcon" />
|
||||
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="${PKGINSTFOLDER}" Name="PFiles">
|
||||
|
@ -276,15 +276,17 @@ cat > wix.xml << EOF
|
|||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Target="[%WINDIR]\System32\cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
Arguments='"[MeshInstallFolder]mesh-ui-ie.js"'
|
||||
WorkingDirectory="MeshInstallFolder"
|
||||
Icon="RiVIcon"/>
|
||||
<Shortcut Id="DesktopShortcut"
|
||||
Name="RiV-mesh"
|
||||
Description="RiV-mesh is IoT E2E encrypted network"
|
||||
Directory="DesktopFolder"
|
||||
Target="[%WINDIR]\System32\cscript.exe"
|
||||
Arguments="[MeshInstallFolder]mesh-ui-ie.js"
|
||||
WorkingDirectory="MeshInstallFolder"/>
|
||||
Arguments='"[MeshInstallFolder]mesh-ui-ie.js"'
|
||||
WorkingDirectory="MeshInstallFolder"
|
||||
Icon="RiVIcon"/>
|
||||
<RemoveFolder Id="MeshInstallFolder" On="uninstall"/>
|
||||
<RegistryValue Root="HKCU"
|
||||
Key="Software\RiV-chain\RiV-mesh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue