mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
17 lines
638 B
YAML
17 lines
638 B
YAML
script_template: inno_setup.iss
|
||
# AppId 的值唯一标识此应用。
|
||
# 不要在其他应用的安装程序中使用相同的 AppId 值。
|
||
app_id: 5ef970f9-2b9e-4155-b7d6-a9d4dbd6b226
|
||
publisher: dom
|
||
publisher_url: https://github.com/bggRGjQaUbCoE/PiliPlus
|
||
display_name: PiliPlus
|
||
# create_desktop_icon: true
|
||
# See: https://jrsoftware.org/ishelp/index.php?topic=setup_defaultdirname
|
||
# install_dir_name: "D:\\HELLO-WORLD"
|
||
# 这里的路径是相对于项目根目录的路径; 图标格式必须是ico格式,不能是png或其它
|
||
setup_icon_file: windows\runner\resources\app_icon.ico
|
||
locales:
|
||
- en
|
||
- zh
|
||
privileges_required: admin
|