-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
Is possible to make "deb" and "rpm" on Mac OSX? #436
Comments
To answer the question in your issue title: yes, it's possible to make That being said, there's a bug in Additionally, you don't need to add |
Works, thanks! |
The bug has been fixed in electron-installer-debian 0.8.1, if you update the dependencies of Electron Forge, you should get the new version. |
No problem, thank you for the great job in this tool. |
Hey there! I'm having similar issues on I tried running the I have both I did notice that Is support dropped? Or did this just slip in? |
This has been fixed in 6.0.0 beta 44. |
Co-authored-by: Electron Bot <electron-bot@users.noreply.github.com>
Please describe your issue:
I'm trying to use
electron-forge make
to distribute my application with Mac OSX High Sierra 10.13.3 (17D102).I'm be able to make for "darwin" and "win32", but I cant do it for "deb" and "rpm".
For "darwin", I just run
electron-forge make --platform=darwin
.For "win32", I installed
wine
andmono-mdk
with homebrew, and thenelectron-forge make --platform=win32 --arch=ia32,x64
.For "linux", I installed
dpkg
andrpm
with homebrew, and thenelectron-forge make --platform=linux --arch=ia32,x64
. But I receive this error:My package.json is like that:
Here is the project that I am using for testing: https://github.com/douglasjunior/learning-electron
The text was updated successfully, but these errors were encountered: