I found out what the issue was. I'm not sure why but when I download the .zip file it automatically unzips it, which leads to the error. However, if I
Code Select
wget https://www.lackeyccg.com/LackeyCCGMac.zip
and then unzip it on the command-line, it will run. Hope this helps anyone that has the same issue.