修改离线打包脚本

This commit is contained in:
Tian jianyong 2024-12-19 17:15:41 +08:00
parent 447cfa934f
commit d48971f917

View File

@ -79,7 +79,7 @@ ls *.rpm > offline-deps.txt || {
}
# Return to parent directory
cd ..
cd ../../
# Create archive of the project
log_info "Creating project archive..."