mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 16:35:07 +03:00
added Desktop shortcut for cscript run
This commit is contained in:
parent
d2ec642b3f
commit
e9f7ae28e6
2 changed files with 287 additions and 12 deletions
|
@ -98,18 +98,6 @@ else
|
|||
PKGDISPLAYNAME="RiV-mesh Network"
|
||||
fi
|
||||
|
||||
cat > mesh-ui-ie.js << EOF
|
||||
var ie = new ActiveXObject("InternetExplorer.Application");
|
||||
ie.AddressBar = false;
|
||||
ie.MenuBar = false;
|
||||
ie.ToolBar = false;
|
||||
ie.height = 960
|
||||
ie.width = 706
|
||||
ie.resizable = false
|
||||
ie.Visible = true;
|
||||
ie.Navigate("http://localhost:19019");
|
||||
EOF
|
||||
|
||||
# Generate the wix.xml file
|
||||
cat > wix.xml << EOF
|
||||
<?xml version="1.0" encoding="windows-1252"?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue