diff --git a/build.sh b/build.sh index 6cb12280..aadfd210 100755 --- a/build.sh +++ b/build.sh @@ -539,6 +539,12 @@ else make -j8 cd ../ + cd HGFWUpgrade + qmake -qt=qt5 -makefile HGFWUpgrade.pro + make -j8 + cd ../ + mv ../../../release/${system}/${arch}/HGFWUpgrade ../../../release/${system}/${arch}/HGFWUpgradeApp + cd HGScanner2 qmake -qt=qt5 -makefile HGScanner2.pro make -j8