Commit 93378af7 authored by Jondy Zhao's avatar Jondy Zhao

slapos-build-installer: change default install path

parent 1823ad7e
......@@ -300,7 +300,7 @@ _installer_name=slapos-windows-all-in-one
_output_dir=$(cygpath -a -w $(cygpath -w /)\\.. | sed -e 's%\\%\\\\%g')
_source_dir=$(cygpath -a -w $(cygpath -w /)\\.. | sed -e 's%\\%\\\\%g')
_srcfile=/opt/git/slapos.package/windows/scripts/slapos-all-in-one.iss
_install_path=$(cygpath -w /opt/slapos-node | sed -e 's%\\%\\\\%g')
_install_path=$(cygpath -w /slapos-node | sed -e 's%\\%\\\\%g')
csih_inform "Starting generate Windows installer ..."
......
......@@ -31,7 +31,7 @@ function show_usage()
echo ""
echo " Availabe options:"
echo ""
echo " -P, --password=XXX password of administrator"
echo " -P, --password=XXX password of slapos administrator"
echo ""
echo " --computer-certificate=FILENAME"
echo " --computer-key=FILENAME"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment