Skip to content
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

Allow to override flatpak bundle name #3840

Open
3 tasks done
mahnunchik opened this issue Feb 7, 2025 · 0 comments
Open
3 tasks done

Allow to override flatpak bundle name #3840

mahnunchik opened this issue Feb 7, 2025 · 0 comments

Comments

@mahnunchik
Copy link
Contributor

Pre-flight checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project uses.
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

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

const name = `${this.appIdentifier}_${this.options.branch}_${this.options.arch}.flatpak`
const dest = this.options.rename(this.options.dest, name)

Proposed solution

Allow to specify artifactName

Alternatives considered

I don't know

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants