<!-- Help us help you, and take the time to fill this template 🙂. An incomprehensible feature request is a useless feature request. ============================================================== Incomprehensible / incomplete feature requests will be closed. ============================================================== --> **Homework** - [x] I looked at `nativefier --help` and https://github.com/jiahaog/nativefier/blob/master/docs/api.md , no existing option fits my needs. - [x] I searched existing issues, open & closed. Yes, my feature request is new. - [x] I'm using the latest version available at https://github.com/jiahaog/nativefier/releases **Problem statement** Nativefier should use the `-a arm64` flag natively on machines that support it. **Suggested solution** Include arm64 in arch detection for MacOs **Alternative solutions** using the `-a arm64` option every single time I would like to make an app **Context** - Nativefier: 42.0.2 - Node.js: 15.4 - Npm: 7.2.0 - OS: MacOS 11.1 - Additional context: On an m1 machine and dying to get all those electron apps working natively already
Homework
nativefier --helpand https://github.com/jiahaog/nativefier/blob/master/docs/api.md , no existing option fits my needs.Problem statement
Nativefier should use the
-a arm64flag natively on machines that support it.Suggested solution
Include arm64 in arch detection for MacOs
Alternative solutions
using the
-a arm64option every single time I would like to make an appContext