Commit 97d95678 authored by Jondy Zhao's avatar Jondy Zhao

add prefix when build windows installer

parent 21b9c087
......@@ -313,6 +313,7 @@ sed -i -e "s%^DefaultDirName=.*%DefaultDirName=${_install_path}%" \
-e "s%^OutputBaseFilename=.*%OutputBaseFilename=${_installer_name}%" \
-e "s%^OutputDir=.*%OutputDir=${_output_dir}%" \
-e "s%^SourceDir=.*%SourceDir=${_source_dir}%" \
-e "s%/etc/slapos/scripts/post-install.sh%/etc/slapos/scripts/post-install.sh slaptest-%" \
${_issfile} || csih_error "patch failed"
csih_inform "run issc to build ${_issfile} ..."
......
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