shreddit icon indicating copy to clipboard operation
shreddit copied to clipboard

Mac binary?

Open nhornblower opened this issue 1 year ago • 1 comments

Thanks for rewriting this.

Apparently a dumb question as no one else has asked...

What is the Mac file shreddit-mac? It isn't an .app, doesn't seem to be a .zip or .sit. Not sure what to do with it in Terminal. Any hints?

nhornblower avatar May 15 '24 01:05 nhornblower

Hi! If you are in the same directory as the program, just run ./shreddit. If you add it to your PATH then you can just run shreddit from anywhere.

andrewbanchich avatar May 20 '24 22:05 andrewbanchich

Its not compiled for Apple CPUs is it?

muzzah avatar Jun 02 '24 22:06 muzzah

Does the shreddit-mac binary not work?

https://github.com/andrewbanchich/shreddit/releases/tag/v0.9.3

I don't have a Mac to test this on so not sure if there's something different needed for their own chips.

andrewbanchich avatar Jun 03 '24 12:06 andrewbanchich

The Mac app is not working. It does not recognize it as an app, I can't run ./shreddit.

jlyfshhh avatar Jun 08 '24 21:06 jlyfshhh

@jlyfshhh can you provide more details? How are you trying to run it? What error message do you get?

andrewbanchich avatar Jun 08 '24 21:06 andrewbanchich

Screenshot 2024-06-08 at 5 57 57 PM

jlyfshhh avatar Jun 08 '24 22:06 jlyfshhh

chmod +x ./shreddit-mac

You need to give it executable permissions before running it.

andrewbanchich avatar Jun 08 '24 22:06 andrewbanchich

Duh, that was it. It's always the simple things I overlook.

jlyfshhh avatar Jun 08 '24 22:06 jlyfshhh

Glad it worked!

Going to close this since I haven't gotten any info about specific errors. If something still isn't working for someone please open a new issue and post details of error.

andrewbanchich avatar Jun 08 '24 22:06 andrewbanchich

Thank you everyone for helping and Andrew for providing the chmod solution. :)

nhornblower avatar Jun 08 '24 22:06 nhornblower