We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be helpful to be able to override flatpak bundle name.
flatpak
Currently name is hardcoded: https://github.com/malept/electron-installer-flatpak/blob/d066e8b2960b167e835316c72f642e972e097756/src/installer.js#L143-L145
const name = `${this.appIdentifier}_${this.options.branch}_${this.options.arch}.flatpak` const dest = this.options.rename(this.options.dest, name)
Allow to specify artifactName
artifactName
I don't know
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pre-flight checklist
Problem description
It would be helpful to be able to override
flatpak
bundle name.Currently name is hardcoded: https://github.com/malept/electron-installer-flatpak/blob/d066e8b2960b167e835316c72f642e972e097756/src/installer.js#L143-L145
Proposed solution
Allow to specify
artifactName
Alternatives considered
I don't know
Additional information
No response
The text was updated successfully, but these errors were encountered: