colinbdclark / bubbles

An experimental authoring environment for creating video art using web technologies.
MIT License
8 stars 0 forks source link

Fixes gh-25: Gets the correct app root path from Electron when starting Bubbles. #36

Closed colinbdclark closed 5 years ago

colinbdclark commented 5 years ago

This fix enables Bubbles to be run as a regular native application, rather than requiring it to be run from the source tree via npm.

This PR also includes icons for the Bubbles application as well as the addition of a win32 build target (which requires wine to be installed when run on a Mac).