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

(feat) Pass packagerConfig in Maker #3727

Open
3 tasks done
coredev-uk opened this issue Oct 3, 2024 · 0 comments
Open
3 tasks done

(feat) Pass packagerConfig in Maker #3727

coredev-uk opened this issue Oct 3, 2024 · 0 comments
Labels

Comments

@coredev-uk
Copy link

coredev-uk commented Oct 3, 2024

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

Currently, if you want to have an executable on Linux follow a linux-style application name (lower-case) you have to change the executableName to a lower-case option, but if your application is also being built on macOS changing the exec name to lowercase makes the app name in macOS lowercase also, which is not standard behaviour on macOS. I understand this is an edge case, but this makes the implementation of packager a lot easier to work with in makers.

Proposed solution

The ability to pass packagerConfig options in the maker. This could be done in a separate arg in the maker function.

Alternatives considered

As far as I know, outside of packaging outside of forge, this is not possible.

Additional information

No response

@coredev-uk coredev-uk changed the title Pass packagerConfig in Maker (feat) Pass packagerConfig in Maker Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants