Simple monitor for displaying MIDI status for digital pianos.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

44 Zeilen
1.4 KiB

  1. appId: com.electron.app
  2. productName: piano-midi-monitor-electron
  3. directories:
  4. buildResources: build
  5. files:
  6. - '!**/.vscode/*'
  7. - '!src/*'
  8. - '!electron.vite.config.{js,ts,mjs,cjs}'
  9. - '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
  10. - '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
  11. - '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
  12. asarUnpack:
  13. - resources/**
  14. win:
  15. executableName: piano-midi-monitor-electron
  16. nsis:
  17. artifactName: ${name}-${version}-setup.${ext}
  18. shortcutName: ${productName}
  19. uninstallDisplayName: ${productName}
  20. createDesktopShortcut: always
  21. mac:
  22. entitlementsInherit: build/entitlements.mac.plist
  23. extendInfo:
  24. - NSCameraUsageDescription: Application requests access to the device's camera.
  25. - NSMicrophoneUsageDescription: Application requests access to the device's microphone.
  26. - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
  27. - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
  28. notarize: false
  29. dmg:
  30. artifactName: ${name}-${version}.${ext}
  31. linux:
  32. target:
  33. - AppImage
  34. - snap
  35. - deb
  36. maintainer: electronjs.org
  37. category: Utility
  38. appImage:
  39. artifactName: ${name}-${version}.${ext}
  40. npmRebuild: false
  41. publish:
  42. provider: generic
  43. url: https://example.com/auto-updates