directories:
  output: artifacts/gui
  buildResources: .
productName: "Aerofly Startgeraet"
fileAssociations:
  - ext:
      - tmc
      - mcf
      - fpl
      - pln
      - fms
win:
  target: nsis
  signExecutable: false
  icon: assets/icons/windows/icon.ico
nsis:
  oneClick: false
  perMachine: false
  allowToChangeInstallationDirectory: true
  createDesktopShortcut: true
  createStartMenuShortcut: true
  artifactName: aerofly-startgeraet-gui-windows-setup.${ext}
  unicode: true
#portable:
#artifactName: aerofly-startgeraet-gui-windows.${ext}
mac:
  target: dmg
  artifactName: aerofly-startgeraet-gui-macos.${ext}
  icon: assets/icons/macos/icon.icns
linux:
  target:
    - AppImage
    - deb
  executableArgs:
    - "--no-sandbox"
  artifactName: aerofly-startgeraet-gui-linux.${ext}
  executableName: aerofly-startgeraet
  syncDesktopName: true
  icon: assets/icons/linux/icons
  category: Utility
  desktop:
    entry:
      Name: Aerofly Startgerät
      Icon: aerofly-startgeraet
      StartupWMClass: aerofly-startgeraet
deb:
  packageName: aerofly-startgeraet
files: []
