-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate diskm8 using make.sh macOS but the executable couldn't be run #23
Comments
It looks like the build script builds it for all platforms. Neither of those two files is the Mac one:
It looks like each build simply overwrites the previous ones but the last ones are not cleaned up. But it made Zips of each build as it went, so look in:
And you'll find:
|
Then why diskm8 for Linux and diskm8.exe appeared under diskm8 source folder ? It confuse people that the diskm8 was the macOS version. And there is NO mention in the README.md file that the macOS version was compressed and relocated into the diskm8/publish folder. |
I cloned this GitHub source and tried to build it into binary by executing ./make.sh in macOS, on completion I obtained diskm8 and diskm8.exe
When I tried to execute diskm8 with ./diskm8 I got the following error. What am I missing ?
Furthermore, I compared the file size of diskm8 compiled from source by make.sh and it is 4182533 bytes in my macOS. But when I download the latest binary from https://github.com/paleotronic/diskm8/releases/download/v0.6.1/diskm8-darwin-amd64.zip, I found the file size of diskm8 is 4522320 bytes.
I can run diskm8 downloaded from the pre-compiled binary without problems but I couldn't run the binary that was built by make.sh
The text was updated successfully, but these errors were encountered: