-
-
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 artifact name does not use artifactName
template
#1726
Comments
Yeah, it is what I don't want do because it violates Linux convention. Ok.... #775 |
My |
Fixed in 19.7.3. |
The
AppImage
target uses thecomputeSafeArtifactName
method to generate the output artifact name. This method uses a hard-coded template string of"${name}-${version}-${arch}.${ext}"
rather than using the configuredartifactName
frompackage.json
.The text was updated successfully, but these errors were encountered: