RickyDane / rdpFX

The simple fast file explorer in rust-tauri
67 stars 1 forks source link

Installer is not working on Mac M1 Pro #78

Open MyCADDev opened 1 month ago

MyCADDev commented 1 month ago

I tried installing rdpFX_0.4.4_aarch64.dmg - fails with message saying file is corrupt.

RickyDane commented 1 month ago

I will look into it, as soon as I have the time. That's high on my priority list!

RickyDane commented 1 month ago

I quickly checked my local arm build installer and it works but after I upload it to github and download it, its "corrupted". That's a weird behavior. I will need to fix this.

RickyDane commented 1 month ago

Hey @MyCADDev, I just built a new universal version of rdpFX and it looks like it works now! I don't know why it wouldn't work as a native arm or intel version, but I think a universal version is acceptable for now. Could you try it on your end, if it works?

RickyDane commented 1 month ago

If it's not working with a built version, try it with the following command: xattr -d "path/to/app". After that you should be able to open it normally.