KRTirtho / spotube

🎧 Open source Spotify client that doesn't require Premium nor uses Electron! Available for both desktop & mobile!
https://spotube.krtirtho.dev/
Other
29.66k stars 1.22k forks source link

Support arm Windows #1352

Open GanZhiXiong opened 6 months ago

GanZhiXiong commented 6 months ago

Is there an existing issue for this?

Current Behavior

When I install on arm Windows, I get the following error: image

Expected Behavior

Able to run normally on arm Windows

Steps to reproduce

Open Spotube-windows-x86_64-setup.exe on arm Windows

Operating System

Windows

Spotube version

v3.5.0

Installation source

GitHub Releases (Binary)

Additional information

No response

Self grab

tech128 commented 5 months ago

Well that just looks like the installer is correctly detecting the program is x64 and won't run on an arm system. Ordinarily that would be right but there is an x86 / x64 emulator in most windows arm builds.

So to bypass this issue for now just use uniextract and extract it to a folder and run it.

I haven't tested this since I don't have an arm device available but I think it should work.

https://github.com/Bioruebe/UniExtract2