Todo: 补充nsis集成需要的依赖 并提交uninstall logo的图片资源 并集成

This commit is contained in:
2025-09-29 16:08:16 +08:00
parent 4f8415bd6a
commit c08b2c1e54
3 changed files with 48 additions and 27 deletions

View File

@@ -56,6 +56,7 @@ def build_with_command():
'--name=main',
'--onedir', # 相当于 --exclude-binaries
'--windowed', # 相当于 -w
'--icon=static/ai_assistant_icon_64.png', # 添加主程序图标
'--add-data=config.py;.',
'--add-data=exe_file_logger.py;.',
'--add-data=windows_taskbar_fix.py;.',