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

Linux package error references mac files? #67

Closed
krainboltgreene opened this issue Jun 15, 2015 · 5 comments
Closed

Linux package error references mac files? #67

krainboltgreene opened this issue Jun 15, 2015 · 5 comments
Labels
question ❓ Question about using Electron Packager. Not supported in this issue tracker.

Comments

@krainboltgreene
Copy link

Packaging app for platform linux x64 using electron v0.28.0
[ { [Error: ENOENT, stat '/Users/krainboltgreene/Code/krainboltgreene/lowbrow/releases/macos/x64/Lowbrow.app/Contents/Frameworks/Electron Framework.framework/Libraries/Libraries']
    errno: -2,
    code: 'ENOENT',
    path: '/Users/krainboltgreene/Code/krainboltgreene/lowbrow/releases/macos/x64/Lowbrow.app/Contents/Frameworks/Electron Framework.framework/Libraries/Libraries' },
  { [Error: ENOENT, stat '/Users/krainboltgreene/Code/krainboltgreene/lowbrow/releases/macos/x64/Lowbrow.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/Libraries']
    errno: -2,
    code: 'ENOENT',
    path: '/Users/krainboltgreene/Code/krainboltgreene/lowbrow/releases/macos/x64/Lowbrow.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/Libraries' },
  { [Error: ENOENT, stat '/Users/krainboltgreene/Code/krainboltgreene/lowbrow/releases/macos/x64/Lowbrow.app/Contents/Frameworks/Electron Framework.framework/Versions/Current/Libraries/Libraries']
    errno: -2,
    code: 'ENOENT',
    path: '/Users/krainboltgreene/Code/krainboltgreene/lowbrow/releases/macos/x64/Lowbrow.app/Contents/Frameworks/Electron Framework.framework/Versions/Current/Libraries/Libraries' } ] undefined
@malept
Copy link
Member

malept commented Jun 15, 2015

It sounds like you need to ignore the output directories for previously generated packages. For example, add --ignore=releases.

@malept malept added the question ❓ Question about using Electron Packager. Not supported in this issue tracker. label Jun 15, 2015
@krainboltgreene
Copy link
Author

Yep, this absolutely solved my problem. Any chance we can get some of these config pieces read from packager.json?

@malept
Copy link
Member

malept commented Jun 15, 2015

Is #37 what you're looking for?

Regarding your original problem, I think the hard thing about adding the output directory to the ignore filter is when people decide to create packages in the current directory instead of a subdirectory.

@krainboltgreene
Copy link
Author

Yes, #37 is basically what I'm talking about.

@malept
Copy link
Member

malept commented Jun 15, 2015

I've created a new bug for your original problem.

@malept malept closed this as completed Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ Question about using Electron Packager. Not supported in this issue tracker.
Projects
None yet
Development

No branches or pull requests

2 participants