update
This commit is contained in:
parent
53fc94139c
commit
fe65cd39bf
3 changed files with 11 additions and 0 deletions
3
ctl
3
ctl
|
|
@ -84,9 +84,12 @@ if [ "$1" == "ui" ]; then
|
|||
fi
|
||||
if [ "$1" == "update" ]; then
|
||||
cd $BASE/platform
|
||||
echo Update platform..
|
||||
git pull
|
||||
echo Update $NAME..
|
||||
cd $BASE/$NAME
|
||||
git pull
|
||||
find . -name '*.pyc' -exec rm "{}" \;
|
||||
$0 setup
|
||||
$0 update_static > /dev/null
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue