video-flow-toon/electron-builder.yml
ACT丶流星雨 f5d29536f8 no message
2026-02-10 16:39:39 +08:00

57 lines
1.1 KiB
YAML

appId: net.toonflow.www
productName: ToonFlow
copyright: Copyright © 2026
directories:
output: dist
buildResources: build
files:
- build/**/*
- scripts/web/**/*
- env/**/*
- package.json
- node_modules/**/*
- "!node_modules/**/*.{md,ts,map}"
- "!node_modules/**/LICENSE*"
- "!node_modules/**/{README,readme}*"
- "!**/*.d.ts"
- "!src/**/*"
- "!scripts/**/*.ts"
asar: true
win:
target:
- nsis
- portable
icon: ./scripts/logo.ico
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
perMachine: true
shortcutName: ${productName}
artifactName: ${productName}-Setup-${version}.${ext}
installerIcon: './scripts/logo.ico'
uninstallerIcon: './scripts/logo.ico'
mac:
target:
- dmg
- zip
icon: ./scripts/logo.icns
category: public.app-category.developer-tools
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
linux:
target:
- AppImage
- deb
icon: ./scripts/logo.png
category: Development
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
publish: null