上传1.0.4版本

This commit is contained in:
Yzzi
2020-08-14 12:42:08 +08:00
parent 4b5f24a47b
commit 2fed1bbb57
20 changed files with 1409 additions and 0 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
cd `dirname $0`
mkdir -p build
qmake ./one-tomato.pro -spec linux-g++ CONFIG+=qtquickcompiler -o build/
cd build/
make
cd ..
mv build/one-tomato dabao/extract/opt/apps/top.yzzi.tomato/files/
rm -rf build
sh dabao/dabao.sh
mv dabao/build/* outdeb/
rm -rf dabao/build