add simple install package script

This commit is contained in:
zhang_xubo
2022-03-11 21:35:03 +08:00
parent b82e608e6c
commit ff0b60e057
2 changed files with 29 additions and 15 deletions

View File

@ -52,6 +52,9 @@ function target_file_copy()
copy_files_list "$1" $2
cp ${SCRIPT_DIR}/version.cfg ${BUILD_DIR}/temp
# package simpleInstall dir
cp -rf ${SCRIPT_DIR}/../../simpleInstall ${BUILD_DIR}/temp
if [ $? -ne 0 ]; then
die "copy ${SCRIPT_DIR}/version.cfg to ${BUILD_DIR}/temp failed"
fi