sindresorhus / wallpaper

Manage the desktop wallpaper
MIT License
1.05k stars 91 forks source link

5.x version with native Apple Silicon support #85

Closed sunjw closed 2 years ago

sunjw commented 2 years ago

Native Apple Silicon support is added after 6.x in this commit: https://github.com/sindresorhus/wallpaper/commit/bbcf7ce2d3390a7e672d5e56ce6663b273532f1f

But 6.x also using ESM which Electron not support well. Could the Apple Silicon support executable be merged back to 5.x, to make a newer 5.x version, with native arm64 executable and without ESM.

sindresorhus commented 2 years ago

I have no plans to do that. There are ways to use ESM with Electron if you check the Electron issue.