Skip to main content

Indie game storeFree gamesFun gamesHorror games
AssetsComics
Bundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hello, it's already possible to do it :D and there is a link to all supported processors and OS' but short answer for Mac is:

Apple Silicon processor: npx electron-packager "./" "BubbleWrap" --platform=darwin --arch="arm64" 

Intel processor: just replace the "arm64" for arch with "x86_64".