mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
31 lines
961 B
YAML
31 lines
961 B
YAML
directories:
|
|
output: release/${version}
|
|
buildResources: build
|
|
npmArgs:
|
|
- '--no-pnp'
|
|
npmRebuild: true
|
|
appId: com.cherry.studio
|
|
productName: CherryStudio
|
|
asar: true
|
|
files:
|
|
- filter:
|
|
- out
|
|
- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}'
|
|
- '!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}'
|
|
- '!**/node_modules/*.d.ts'
|
|
- '!**/node_modules/.bin'
|
|
- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}'
|
|
- '!.editorconfig'
|
|
- '!**/._*'
|
|
- '!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}'
|
|
- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}'
|
|
- '!**/{appveyor.yml,.travis.yml,circle.yml}'
|
|
- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}'
|
|
win:
|
|
target:
|
|
- target: portable
|
|
arch:
|
|
- x64
|
|
artifactName: ${productName}-${version}-${arch}.${ext}
|
|
electronVersion: 35.2.0
|