AudiosurfResearch / Wavebreaker-Installer

Installer for Wavebreaker
https://wavebreaker.arcadian.garden
0 stars 0 forks source link

M1 support? #1

Open andriilive opened 1 month ago

andriilive commented 1 month ago

Can't run the installer on M1 mac

RubberDuckShobe commented 1 month ago

I'll try to set up cross compilation with GitHub Actions. Can't compile/test it myself since I don't have any Apple Silicon devices (except an M1 iPad Pro but that obviously won't help)

RubberDuckShobe commented 1 month ago

I managed to compile an aarch64 Mac version. Try downloading the artifact from here and tell me if it works https://github.com/AudiosurfResearch/Wavebreaker-Installer/actions/runs/11416957152

andriilive commented 1 week ago

@RubberDuckShobe it's running on 15.1 (24B83) great! I'll do a real test with a game installed somewhile next week

CleanShot 2024-11-16 at 18 56 19@2x

Bypassed ⚠️ “wavebreaker-installer” is damaged and can’t be opened. You should move it to the Trash error by:

  1. Running the sudo spctl --master-disable

  2. Lowering the allowed apps policy in system settings as shown on a screen above

CleanShot 2024-11-16 at 19 00 25@2x

  1. Running the xattr -c ./wavebreaker-installer.app && open ./wavebreaker-installer.app

Note: I guess it’s not necessary to complete all the above, step 2 can be enough or some kind of brew-no-quarantine install can be used instead

RubberDuckShobe commented 1 week ago

Thank you for the detailed reply! It seems to be related to signing somehow, please try this new artifact and tell me if it works: https://github.com/AudiosurfResearch/Wavebreaker-Installer/actions/runs/11872805039