summaryrefslogtreecommitdiff
path: root/micropeak/MicroPeak.app
Commit message (Collapse)AuthorAge
* Switch to universal JavaApplicationStub for Mac OS XKeith Packard2018-10-07
| | | | | | | | | | | | | | | | The binary JavaApplicationStub only supports Mac JRE 6, even if you install a later JRE from Oracle it will still run our apps with the Mac version. This replacement JavaApplicationStub is a shell script which comes from here: https://github.com/tofi86/universalJavaApplicationStub I've tested it with Oracle JRE 10 installed and AltosUI came up fine, and has access to our devices and networking. Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename icon files to fit XDG specifications. Add file icons. Add mime typesKeith Packard2014-06-19
| | | | | | | | Our SVG icons now follow XDG standards by including a vendor prefix. The new file type icons include application-vnd.altusmetrum as a prefix so that they match the mime types declared. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Create Mac OS X packageKeith Packard2013-01-06
| | | | | | Includes the FTDI driver and the MicroPeak app Signed-off-by: Keith Packard <keithp@keithp.com>
* Build installable versions of MicroPeak GUIKeith Packard2013-01-01
Makes windows/mac/linux versions. Windows version appears to work on Wine at least. Signed-off-by: Keith Packard <keithp@keithp.com>