add pack.sh打包脚本

This commit is contained in:
qing 2024-09-27 00:41:49 +08:00
parent 1269c5e913
commit 4a65296dbe

2
pack.sh Executable file
View File

@ -0,0 +1,2 @@
pyinstaller -F android.py
pyinstaller -F web.py