package打包添加simpleInstall目录

This commit is contained in:
zhang_xubo
2021-09-30 10:01:58 +08:00
parent d663da319f
commit 53aab64916

View File

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