-
-
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
Linux build is not using productName #1895
Comments
Please use 19.22.0. Or just set |
@develar Thanks for the prompt reply. |
Do you mean that this issue is still not solved for you? |
Yes, I do |
The correct option to set is e.g. package.json
|
works too.. |
But why is it using |
Documentation says |
We use Why does |
When this functionality was written, it was not safe to use space in AppImage file name. #775 (comment) Ok, I will revisit rules and current behaviour. |
Cross-referencing here:
|
20.37.0 released as pre-release. |
Please reopen, this still seems not to be working: When
is set, then we currently get
|
@probonopd cannot reproduce. works for me. Problem here is that Github doesn't allow space for names, so, when AppImage is uploaded, name is changed. In electron-builder 21, artifact name pattern for AppImage will be changed to use |
Thanks @develar - do you have any idea why given we don't get |
^^^ In electron-builder 21 two changes were done:
|
I don't see a space in "Tunepack"? Why is it preferring "tunepack-desktop" to "Tunepack" then? |
@probonopd Filename in your local file system and on GitHub is different. |
Version: 19.18.0
Target: linux squirrel
I am trying to build for Linux with
-- linux
configuration and I am usingproductName
in package.json.For a mac build,
productName
is picked up correctly for both artifacts (dmg and zip).For linux
name
is being used. This causes an error.I cannot use
name
for product name as my app is also a scoped npm package.package.json example:
Error:
I have a related issue for Windows Squirrel but that has a workaround (thanks to @develar for pointing it out):
#1879
The text was updated successfully, but these errors were encountered: