Commit 05c4ee81 authored by wanli's avatar wanli

update

parent 29f449af
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Cur_Dir=$(pwd) Cur_Dir=$(pwd)
rm -rf ${Cur_Dir}/release
mkdir -p ${Cur_Dir}/release mkdir -p ${Cur_Dir}/release
cxfreeze ${Cur_Dir}/start.py --install-dir=${Cur_Dir}/release cxfreeze ${Cur_Dir}/start.py --install-dir=${Cur_Dir}/release
cp -fi ${Cur_Dir}/config.ini ${Cur_Dir}/release/
cp -fi ${Cur_Dir}/backupData.json ${Cur_Dir}/release/
cp -fi ${Cur_Dir}/app-store.db ${Cur_Dir}/release/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment