ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.06k stars 64 forks source link

Prebuilt binary loads as a document. #293

Closed CrownAlexanRaven closed 1 year ago

CrownAlexanRaven commented 1 year ago

The MacOS binary will unzip and end up as a "document".

apprehensions commented 1 year ago

where are you getting the binary from...?

ayn2op commented 1 year ago

@apprehensions https://github.com/ayn2op/discordo#prebuilt-binaries

ayn2op commented 1 year ago

@Happpydust, unzip the binary and change the file mode to executable (chmod +x ./discordo).

unzip ./path/to/file.zip
chmod +x ./discordo
./discordo
CrownAlexanRaven commented 1 year ago

Thanks, that fixed it.