You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
coredev-uk
changed the title
Pass packagerConfig in Maker
(feat) Pass packagerConfig in Maker
Oct 4, 2024
Pre-flight checklist
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
The text was updated successfully, but these errors were encountered: