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