Merge branch 'master' of ssh://git.concepters.co.kr:10022/client/client
This commit is contained in:
6
compile-all.sh
Executable file
6
compile-all.sh
Executable 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
0
compile.sh
Normal file → Executable file
4
package-clients.sh
Normal file → Executable file
4
package-clients.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user