-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AppImage binary uses name instead of productName #775
Comments
I am afraid that it is not safe to use space in the AppImage file name for now. Root issue (doesn't work at all if space in the name) fixed, but I am not yet sure that all possible bugs are fixed. So, please wait a week or so — I will investigate is it possible to use space in the file name again or not. |
Thanks for the heads up! |
Yeah, the AppImage build doesn't seem to be using the right executable name :-( |
|
Even if I have specified the productName both in my app package.json and in the development package.json, the generated binaries have name-version-arch.AppImage format. Is there a way to customize this pattern? Having a way of doing this consistently across all platforms would be ideal.
Last, thanks a lot for electron-builder, it's such a great tool! ❤️
The text was updated successfully, but these errors were encountered: