家族模拟器首版:修仙/经营/战斗/外交/叙事全套系统 - Electron + React + TS + MetonaSqlark(aria+OPFS) - 水墨中国风 UI - 引擎种子随机、确定性可回放 - 19 项单元测试、端到端冒烟验证
25 lines
494 B
YAML
25 lines
494 B
YAML
appId: com.metona.cotyc
|
|
productName: 仙途家族志
|
|
directories:
|
|
output: release
|
|
buildResources: resources
|
|
files:
|
|
- out/**
|
|
- package.json
|
|
asar: true
|
|
npmRebuild: false
|
|
win:
|
|
target:
|
|
- nsis
|
|
icon: resources/icon.png
|
|
artifactName: ${productName}-${version}-win-${arch}.${ext}
|
|
nsis:
|
|
oneClick: false
|
|
allowToChangeInstallationDirectory: true
|
|
linux:
|
|
target:
|
|
- AppImage
|
|
category: Game
|
|
maintainer: MetonaTeam
|
|
artifactName: ${productName}-${version}-linux-${arch}.${ext}
|