When I run Ueli.app, produced by running npm run package, I get a blank UI and can't even open the dev tools.
To Reproduce
Run npm run package
Launch release/mac-arm64/Ueli.app
See blank screen
This persists when launching from the produced .dmg as well.
Expected behavior
release/mac-arm64/Ueli.app launches with a functioning UI.
Screenshots
Environment
OS: macOS
Version 14.5
Happy to help debug, and it's plausible I'm doing something wrong as I don't typically work with Electron. Please let me know what else I can provide to help debug!
Describe the bug
When I run
Ueli.app
, produced by runningnpm run package
, I get a blank UI and can't even open the dev tools.To Reproduce
npm run package
release/mac-arm64/Ueli.app
This persists when launching from the produced
.dmg
as well.Expected behavior
release/mac-arm64/Ueli.app
launches with a functioning UI.Screenshots
Environment
Happy to help debug, and it's plausible I'm doing something wrong as I don't typically work with Electron. Please let me know what else I can provide to help debug!