-
Notifications
You must be signed in to change notification settings - Fork 23
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
Volume with names longer than 27 characters #7
Comments
Could be interesting to try and figure out how |
Hello, is there any news about this problem ? When you plan release a fix ? Could you be more specific and explain "I did a quick try and it turns out that truncating the volume name in the alias does indeed work." how can I do this by myself ? |
The volume name is stored twice in the alias and only the first occurrence have a limit of 27 characters. Writing anything into the first one and then the correct information into the second one works around the problem. The code thats add the second occurrence is in create.js, line 118-132. The current code is throwing at encode.js, line 40-44. Only using the 27 first characters from |
There should however be a better solution, since |
truncate volume name, possibly foolhardy. Inspired by this: LinusU#7
Very old ticket here, but still I am limited to 27 chars for a DMG (producing an Electron app with Forge). Is this still a limitation? |
Hey @busterbogheart, we patched out this assertion locally with |
How should this be handled?
The text was updated successfully, but these errors were encountered: