chatmcp/windows/packaging/exe/make_config.yaml

16 lines
561 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AppId 的值唯一标识此应用。
# 不要在其他应用的安装程序中使用相同的 AppId 值。
app_id: f2821c52-2345-4ef6-99f2-b22c561359e6
publisher: YourName
publisher_url: https://github.com/yourusername/chatmcp
display_name: ChatMCP
create_desktop_icon: true
# 这里的路径是相对于项目根目录的路径图标格式必须是ico格式不能是png或其它
setup_icon_file: windows/runner/resources/app_icon.ico
locales:
- en
- zh
# 添加额外文件配置
extra_files:
- source: "windows/sqlite3.dll"
destination: "."