调整国产系统打包脚本,紫光增加售后工具

This commit is contained in:
luoliangyi 2024-06-06 14:18:41 +08:00
parent 233831c133
commit ef0aaa835d
1 changed files with 11 additions and 0 deletions

View File

@ -326,6 +326,11 @@ elif [ "${1}" == "zgall" ] || [ "${1}" == "zg" ] || [ "${1}" == "zgweb" ] || [ "
if [ "${1}" == "zg" ]; then if [ "${1}" == "zg" ]; then
cd HGVersion
qmake -qt=qt5 -makefile "DEFINES += OEM_ZIGUANG" HGVersion.pro
make -j8
cd ../
cd HGTwainUI cd HGTwainUI
qmake -qt=qt5 -makefile "DEFINES += OEM_ZIGUANG" HGTwainUI.pro qmake -qt=qt5 -makefile "DEFINES += OEM_ZIGUANG" HGTwainUI.pro
make -j8 make -j8
@ -342,6 +347,12 @@ elif [ "${1}" == "zgall" ] || [ "${1}" == "zg" ] || [ "${1}" == "zgweb" ] || [ "
cd ../ cd ../
mv ../../../release/${system}/${arch}/UniScan2 ../../../release/${system}/${arch}/UniScan mv ../../../release/${system}/${arch}/UniScan2 ../../../release/${system}/${arch}/UniScan
cd HGFWUpgrade
qmake -qt=qt5 -makefile "DEFINES += OEM_ZIGUANG" HGFWUpgrade.pro
make -j8
cd ../
mv ../../../release/${system}/${arch}/ZgFWUpgradeApp ../../../release/${system}/${arch}/ZGFWUpgradeApp
elif [ "${1}" == "zgweb" ]; then elif [ "${1}" == "zgweb" ]; then
cd HGWebService cd HGWebService