directories:
  output: dist
  buildResources: public
appId: com.next-electron.app
productName: Next Electron
files:
  - .next/**/*
  - '!.next/cache/**/*'
  - public/**/*
  - package.json
  - electron/**/*
  - node_modules/**/*
  - '!node_modules/.cache/**/*'
  - '!node_modules/.bin/**/*'
  - '!node_modules/.vite/**/*'
  - '!**/*.{md,d.ts,map}'
  - '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}'
mac:
  target: dmg
win:
  target: nsis
linux:
  target: AppImage
electronVersion: 35.0.2
