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

Electron-packager not packaging #565

Closed
bartbouten opened this issue Jan 25, 2017 · 2 comments
Closed

Electron-packager not packaging #565

bartbouten opened this issue Jan 25, 2017 · 2 comments

Comments

@bartbouten
Copy link

I'm trying to create a package using the electron-packager. But it looks like it terminates itself after half a minute.

This is what it looks like in the console:

C:\Users\Bart\Documents\Bart\Projecten\Angular 2\apex-diagnostic-tool>npm run package:win

> [email protected] package:win C:\Users\Bart\Documents\Bart\Projecten\Angular 2\apex-diagnostic-tool
> electron-packager . APEXDiagnosticTool --ignore=src --ignore=e2e --ignore=.*\.conf\.js --ignore="(angular-cli|tsconfig)\.json" --ignore=webpack.*\.js --out=packages --
platform=win32 --arch=x64 --overwrite --asar

Packaging app for platform win32 x64 using electron v1.4.15

C:\Users\Bart\Documents\Bart\Projecten\Angular 2\apex-diagnostic-tool>
@englishextra
Copy link

@bartbouten I guess that's because of multiple --ignore

@malept
Copy link
Member

malept commented Jan 25, 2017

Thanks for reporting, this is a duplicate of #544. @bartbouten please run SET DEBUG="*", re-run your electron-packager command, and please paste the output in that issue.

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

3 participants