PrettyEarth icon indicating copy to clipboard operation
PrettyEarth copied to clipboard

Compatible with M1 chip Macbook?

Open sarah-arrrgh opened this issue 2 years ago • 2 comments

This doesn't seem to work with my M1 Chip Macbook Air. Have I done something wrong or is this a known incompatibility?

sarah-arrrgh avatar Mar 08 '22 23:03 sarah-arrrgh

I updated the code to use Electron 15.0.0. The latest release still ran on 9.4.0, which indeed was not compatible with Apple M1. I assume it should work now, but I currently don't really have the means to test this. Would you be willing to build the code from source and test whether or not the app works? The shell commands below should get you the most recent code up and running.

git clone https://github.com/evertdespiegeleer/PrettyEarth
cd ./PrettyEarth
npm ci
npm run start

evertdespiegeleer avatar Mar 12 '22 14:03 evertdespiegeleer

Seems to work fine on my Mac mini.

SocietasEvanescentes avatar Jun 15 '22 14:06 SocietasEvanescentes