bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Refactor code for finding the Edge directory #66

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

The Edge directory has a dynamic name, so we must find it by looking inside of a SystemApps folder, that will not exist on all versions of Windows. This commit refactors that code so that it will not throw on systems not containing such a folder. Closes #65