From 4a65296dbe97f6509f9c0720b5a4e52eacb4fab2 Mon Sep 17 00:00:00 2001 From: qing <919836565@qq.com> Date: Fri, 27 Sep 2024 00:41:49 +0800 Subject: [PATCH] =?UTF-8?q?add=20pack.sh=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pack.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 pack.sh diff --git a/pack.sh b/pack.sh new file mode 100755 index 0000000..530ba8b --- /dev/null +++ b/pack.sh @@ -0,0 +1,2 @@ +pyinstaller -F android.py +pyinstaller -F web.py \ No newline at end of file