Open FanboyStudios opened 3 years ago
@FanboyStudios Have you had trouble running any other electron apps before? Does my other app https://github.com/mattruzzi/Nativefier-YouTube-on-TV-for-Desktop work?
@FanboyStudios Try running it from the command line with the disable gpu flag.
open [path to app] --args --disable-gpu
Replace [path to app]
with the path to where you have the app downloaded. You can just drag the app to the terminal window to have it automatically insert it.
Eg.
open /Users/matthew/Downloads/nativefier-gui-darwin-x64/nativefier-gui.app --args --disable-gpu
Nothing shows. IDK if it's an issue with the program.... or if it's because I'm using Dosdude's Patched Mac OS Mojave on a late 2008 13" Unibody MacBook (which lacks support for the Metal API).
Either way, it would be nice to see this working.