Remove Electron Framework.framework unnessary language iproj #1762
Open
Description
Preflight Checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project follows, as appropriate.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
I want to delete unwanted language files. I found out how to delete the language file under Resource through this issue electron/forge#2248. But I still don't know how to delete the language files of the framework. It is located under this location (macOS):
/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources
I don't need to use these language files, but they take up ~40M in size.
Proposed Solution
Provide a build parameter to set the language we need.
Alternatives Considered
N/A
Additional Information
Link electron/forge#2248