添加一些操作提示

This commit is contained in:
andy
2023-05-17 08:27:57 +08:00
parent baa520edbf
commit da2433e693
5 changed files with 85 additions and 31 deletions

View File

@@ -22,5 +22,9 @@
上传文件添加进度信号
打包为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
使用新的图标
可以手动添加文件
可以手动添加文件
2023.5.12
添加一些提示和警告信息