crawler linux packing script modified

This commit is contained in:
mjjo
2017-08-03 16:26:54 +09:00
parent de8f2f4c23
commit 521b51fc1f
3 changed files with 8 additions and 2 deletions

6
compile-all.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
./compile.sh GroupManager
./compile.sh CrawlerList
./compile.sh CrawlerProcess
./compile.sh Filter
./compile.sh FilterProcess

0
compile.sh Normal file → Executable file
View File

4
package-clients.sh Normal file → Executable file
View File

@@ -12,7 +12,7 @@ CRAWLER_LIST_PATH=${PREFIX}CrawlerProcess${POSTFIX}
FILTER_PATH=${PREFIX}Filter${POSTFIX}
FILTER_PROCESS_PATH=${PREFIX}FilterProcess${POSTFIX}
PACKAGE_PATH=${PROJECT_PATH}/clients-linux
PACKAGE_PATH=${PROJECT_PATH}/../clients-linux
mkdir ${PACKAGE_PATH}
@@ -32,7 +32,7 @@ linuxdeployqt ${PACKAGE_PATH}/FilterProcess
cp -r ${PROJECT_PATH}/WebBasedCrawler/*.py ${PACKAGE_PATH}
cp -r ${PROJECT_PATH}/WebBasedCrawler/*.txt ${PACKAGE_PATH}
cp -r ${PROJECT_PATH}/WebBasedCrawler/*/ ${PACKAGE_PATH}
cp ${PROJECT_PATH}/*.txt ${PACKAGE_PATH}
rm ${PACKAGE_PATH}/AppRun
# rm ${PACKAGE_PATH}/qt.conf
rm -r ${PACKAGE_PATH}/translations