-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to Build for Windows on OS X when sourcedir is "." #218
Comments
Could you please answer the questions in the issue reporting documentation so that we may better help you with your problem? |
Electron Packager - 5.1.1 electron-packager . FooBar --platform=win32 --arch=ia32 --version=0.36.0 --icon=assets/win/icon.ico Building for Windows on Mac OS X El Capitan |
What's the exact console output when you run the |
I have never seen that error before. Have you tried building a package for OS X instead? (I want to know if it's specific to Windows as the target platform.) |
For OS X it is working perfectly, is there any requirements for building windows package I mean dependencies other than Wine and rcedit for OS X ? Is there any other better documentation/tutorial for the same ? |
same error here, on OSX if using
and stucks. I didn't install anything like Wine or rcredit though. |
Have almost same issue:
|
@drakmail this is a different error, you need to either add the electron-prebuilt module as a dependency in package.json or specify the Electron version as a parameter. (See readme for details) |
@malept Thanks, it's really helps! |
When I followed the instructions by using: This works in terminal: |
Sorry if I wasn't clear. Running
|
@gvzq this is a different error than this GitHub issue, could you please file a separate issue? (Making sure you read our docs on filing bugs and follow the directions in the GitHub issue template) It would be much appreciated. |
ok @malept |
The If you make your terminal window bigger then you should see more output about the download and packaging happening. |
I'm inclined to close this since this is a dependency bug, then. And there are a bunch of other unrelated issues included in this issue. |
I had the same problem with the same error "... and 1 more" trying to package for win32 from Mac. In my case the solution was to add Wine to PATH. |
I tried all possible arguments in CLI yet I still get "... and 1 more" while building for Windows on OS X. I have also install rcedit, wine. Can anyone clearly document building for Windows on OS X.
The text was updated successfully, but these errors were encountered: