t-oster / VisiCut

A userfriendly tool to prepare, save and send Jobs to Lasercutters
https://visicut.org
Other
235 stars 115 forks source link

Fix location of embedded JRE in macOS bundle #686

Closed khenriks closed 1 year ago

khenriks commented 1 year ago

This was inadvertently broken in 4bd60b0. The JRE is intended to be installed under Contents/Plugins/JRE, but the refactoring inadvertently made it be installed under Contents/Plugins only. In turn, this meant the launched script could no longer find the JRE and gave an error instead of starting the application.

Fixes #684.

t-oster commented 1 year ago

Thanks for the quick fix