ayn2op/discordo

Prebuilt binary loads as a document.

Closed this issue · 4 comments

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

where are you getting the binary from...?

ayn2op commented

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

unzip ./path/to/file.zip
chmod +x ./discordo
./discordo

Thanks, that fixed it.