mirror of
https://github.com/dream-pep/koring-launcher.git
synced 2026-09-12 05:45:18 +08:00
28 lines
627 B
YAML
28 lines
627 B
YAML
appId: com.lingke.koring.launcher
|
|||
|
|
productName: Koring Launcher
|
||
|
|
directories:
|
||
|
|
output: dist-electron
|
||
|
|
files:
|
||
|
|
- dist/**
|
||
|
|
- electron/**/*.js
|
||
|
|
- "!electron/**/*.ts"
|
||
|
|
win:
|
||
|
|
target: nsis
|
||
|
|
icon: public/icon.ico
|
||
|
|
artifactName: "koring-launcher-${version}-setup.${ext}"
|
||
|
|
mac:
|
||
|
|
target: dmg
|
||
|
|
icon: public/icon.png
|
||
|
|
linux:
|
||
|
|
target: AppImage
|
||
|
|
icon: public/icon.png
|
||
|
|
nsis:
|
||
|
|
oneClick: false
|
||
|
|
allowToChangeInstallationDirectory: true
|
||
|
|
installerIcon: public/icon.ico
|
||
|
|
uninstallerIcon: public/icon.ico
|
||
|
|
installerHeaderIcon: public/icon.ico
|
||
|
|
createDesktopShortcut: true
|
||
|
|
createStartMenuShortcut: true
|
||
|
|
shortcutName: Koring Launcher
|