Commit 3827506c authored by Jondy Zhao's avatar Jondy Zhao

slapos-build-installer:

  change inno-setup path so that software release can work
parent 64fb6188
...@@ -30,7 +30,7 @@ echo "" ...@@ -30,7 +30,7 @@ echo ""
# Constants # Constants
# ====================================================================== # ======================================================================
declare -r cygwin_home=$(cygpath -a $(cygpath -w /)\\.. | sed -e "s%/$%%") declare -r cygwin_home=$(cygpath -a $(cygpath -w /)\\.. | sed -e "s%/$%%")
declare -r ISCC=/opt/inno-setup/ISCC.exe declare -r ISCC=/inno-setup/ISCC.exe
# ----------------------------------------------------------- # -----------------------------------------------------------
# Command line options # Command line options
...@@ -297,7 +297,7 @@ echo "" ...@@ -297,7 +297,7 @@ echo ""
# ----------------------------------------------------------- # -----------------------------------------------------------
_issfile=~/slapos.iss _issfile=~/slapos.iss
_installer_name=slapos-windows-all-in-one _installer_name=slapos-windows-all-in-one
_output_dir=$(cygpath -a -w ~ | sed -e 's%\\%\\\\%g') _output_dir=$(cygpath -a -w $(cygpath -w /)\\.. | sed -e 's%\\%\\\\%g')
_source_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 _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 /opt/slapos-node | sed -e 's%\\%\\\\%g')
......
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