From 02219c7c125b9886805244f672046d822aef1d34 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 17 May 2023 08:51:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ ReadMe.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bdb7ab6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +build/ +dist/ +file/ +__pycache__/ +*.pid +*.spec \ No newline at end of file diff --git a/ReadMe.txt b/ReadMe.txt index 419aacb..8fcf561 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -23,7 +23,7 @@ 打包为exe文件 D:\Python\Python38-32\Scripts\pyinstaller.exe -F updata.py 打包为无黑框的exe文件 - D:\Python\Python38-32\Scripts\pyinstaller.exe -F -w -i icon.ico updata.py + D:\Python\Python38-32\Scripts\pyinstaller.exe -F -w -i icon.ico updata.py 使用新的图标 可以手动添加文件 2023.5.12