添加一些操作提示
This commit is contained in:
@@ -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
|
||||
添加一些提示和警告信息
|
Reference in New Issue
Block a user