Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.32 KB

AirSonos.app

A front end application for AirSonos

Download

Click here to dowload the latest release of AirSonos.app

Screenshots

click option + click
click option + click

Debuggin Common Problems

Here are some common things that can cause issues with AirSonos. Before submitting issues, please try these to see if any of these steps can fix your issues

you can get debug logs by option+click and selcting "Collect Debug Logs"

Deveopment

  • clone the repo
  • run npm install
  • run npm start
  • to build the release version (for mac)
    • run npm run build
    • you may need to remove --osx-sign from build:osx in package.json as it will attempt to sign the resulting app with you apple developer certificate
  • the windows version can be built using npm run build:win (I havent yet built/tested it, so it may not work)