添加 .gitignore 文件
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
build/
|
||||||
|
dist/
|
||||||
|
file/
|
||||||
|
__pycache__/
|
||||||
|
*.pid
|
||||||
|
*.spec
|
@@ -23,7 +23,7 @@
|
|||||||
打包为exe文件
|
打包为exe文件
|
||||||
D:\Python\Python38-32\Scripts\pyinstaller.exe -F updata.py
|
D:\Python\Python38-32\Scripts\pyinstaller.exe -F updata.py
|
||||||
打包为无黑框的exe文件
|
打包为无黑框的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
|
2023.5.12
|
||||||
|
Reference in New Issue
Block a user