nextron icon indicating copy to clipboard operation
nextron copied to clipboard

Cannot see my app after build

Open mikehenriquezf opened this issue 2 years ago • 1 comments

Im using the Nextron with Typescript template to build a application. Im running yarn build to create my production build, but when i launch the DMG file i can only see the app name in the title bar, and no window is launched, i cannot see developers tools either. Any idea on what im doing wrong?

mikehenriquezf avatar Jun 04 '22 03:06 mikehenriquezf

Production version won't launch devtools. In background.js there is a check to make sure it launches only in dev mode with yarn dev command.

niteshbalusu11 avatar Jun 08 '22 10:06 niteshbalusu11

hi @mikehenriquezf you'd have to specify the dist directory in your package.json

Like so:

"directories": {
      "output": "dist",
      "buildResources": "resources"
    }

ahmedsaheed avatar Sep 20 '22 18:09 ahmedsaheed

@mikehenriquezf Thanks for report the error. Sadly you provided few details to reproduce it. Please provide a repository to reproduce the error so I can take a look into it. Meanwhile I am going to close it but feel free to open it again if you need.

andirsun avatar Mar 27 '23 17:03 andirsun