appId: com.example.electron
directories:
    output: dist
    buildResources: resources
artifactName: app-${version}.${ext}
files:
    - from: .
      filter:
          - package.json
          - .vitron/**/*
publish: null
win:
    target: nsis
nsis:
    differentialPackage: true
linux:
    target: deb
mac:
    target: dmg
