Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while using build #468

Open
pastuh opened this issue Nov 22, 2024 · 0 comments
Open

Error while using build #468

pastuh opened this issue Nov 22, 2024 · 0 comments

Comments

@pastuh
Copy link

pastuh commented Nov 22, 2024

Error:

 electron-builder  version=25.1.8 os=10.0.19045
  • loaded configuration  file=X:\Projects\Github\iptvnator\electron-builder.json
  • writing effective config  file=release\builder-effective-config.yaml
  • executing @electron/rebuild  electronVersion=33.2.0 arch=ia32 buildFromSource=false appDir=./
  • installing native dependencies  arch=ia32
  • completed installing native dependencies
  • packaging       platform=win32 arch=ia32 electron=33.2.0 appOutDir=release\win-ia32-unpacked
  • updating asar integrity executable resource  executablePath=release\win-ia32-unpacked\IPTVnator.exe
  ⨯ Application entry file "electron\main.js" in the "X:\Projects\Github\iptvnator\release\win-ia32-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration.  failedTask=build stackTrace=Error: Application entry file "electron\main.js" in the "X:\Projects\Github\iptvnator\release\win-ia32-unpacked\resources\app.asar" does not exist. Seems like a wrong configuration.

To Reproduce
Steps to reproduce the behavior:

  1. add in to package.json line: "electron:build:windows": "npm run build:prod && electron-builder build -w"`
  2. run script
  3. get error

Expected behavior
Expected to see release folder with .exe launcher

Desktop (please complete the following information):

  • Electron application
  • OS: Windows 11
  • Browser Chrome

Additional context
Project documentation not finished. Impossible to build application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant