LuanRoger / electron-shadcn

:electron: Electron Forge with shadcn-ui (Vite + Typescript)
MIT License
151 stars 25 forks source link

Fix linux build #104

Open yuripourre opened 6 days ago

yuripourre commented 6 days ago

Hi @LuanRoger,

I get the following error if try to create a linux build without the executableName defined. I don't know if this is the best way to solve it but it works.

An unhandled rejection has occurred inside Forge:
Error: could not find the Electron app binary at [....]. You may need to re-bundle the app using Electron Packager's "executableName" option.

Reference: https://it-jm.tistory.com/187