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
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