tzhf / chatguessr

A Twitch chatbot for GeoGuessr.
https://chatguessr.com
MIT License
38 stars 9 forks source link

Cannot install v3.0.3 on Apple Silicon (M3) #74

Open theoricsTTV opened 1 month ago

theoricsTTV commented 1 month ago

I am unable to install v3.0.3 on my M3 Mac. I have checked both the link on chatguessr.com and the file chatguessr-darwin-arm64-3.0.3.zip directly from the Release page. After unzipping, I get the error "chatguessr is damaged and can't be opened. You should move it to the trash." Up to v3.0.2, I've had no problems. I do not have an Intel Mac to check whether v3.0.3 can be installed there instead, so I am just speculating the issue might be related to Apple Silicon.

Is there a different build or approach I could try? Thanks.

tzhf commented 1 month ago

We didn't change the build config but for some reasons the latest version was built for arm64 (Silicon) only. We'll make sure the next version will be compatible for both architectures.

tzhf commented 1 week ago

Seems like Github Actions are now running on arm64 to package applications (https://github.com/actions/runner-images/issues/9254), it shouldn't be a breaking change, so it may be a github workflows config error. I made a change in 4aaf7be5df0e8322b8decf3cd95e544c0b25967e. It runs on MacOS 13 Intel and above. However i'm not sure if it's compatible with Silicon architectures, any chance you can tell me if it's working on your M3 @theoricsTTV ? https://drive.google.com/file/d/18nIQ2rLRIyVlNFvL9Upg0RjsSLcuBOEy/view?usp=sharing

theoricsTTV commented 6 days ago

Thanks for looking into this. I checked that link, unfortunately it doesn't work for me on my M3. The file type is listed as an Intel application, so I don't expect it would be compatible with other Silicon chips.