mirror of
https://github.com/zc-zhangchen/any-auto-register.git
synced 2026-05-08 08:14:04 +08:00
37 lines
616 B
YAML
37 lines
616 B
YAML
appId: com.anyautoregister.app
|
|
productName: Any Auto Register
|
|
copyright: Copyright © 2024
|
|
|
|
directories:
|
|
output: dist
|
|
buildResources: build
|
|
|
|
# 将 PyInstaller 产物和前端静态文件打包进 resources/
|
|
extraResources:
|
|
- from: backend
|
|
to: backend
|
|
filter:
|
|
- "**/*"
|
|
|
|
mac:
|
|
category: public.app-category.utilities
|
|
target:
|
|
- target: dmg
|
|
- target: zip
|
|
icon: build/icon.icns
|
|
|
|
win:
|
|
target:
|
|
- target: nsis
|
|
icon: build/icon.ico
|
|
|
|
linux:
|
|
target:
|
|
- target: AppImage
|
|
category: Utility
|
|
icon: build/icon.png
|
|
|
|
nsis:
|
|
oneClick: false
|
|
allowToChangeInstallationDirectory: true
|