SpoofDPI icon indicating copy to clipboard operation
SpoofDPI copied to clipboard

Binary for darwin-arm64 is missing

Open antony66 opened this issue 1 year ago • 4 comments

Hey guys!

Looks like the binary for darwin-arm64 platform is missing. The installation command you provided is:

curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-arm64

and it simply gives:

tar: Error opening archive: Unrecognized archive format
Error. exiting now

because the downloaded tar is actually not an archive, it's a text file that contains string "Not Found"

antony66 avatar Aug 05 '24 12:08 antony66

Will be added in next release. you can still run amd64's binary it works.

xvzc avatar Aug 05 '24 12:08 xvzc

Will be added in next release. you can still run amd64's binary it works.

thanks, we're waiting)

doroved avatar Aug 05 '24 19:08 doroved

Will be added in next release. you can still run amd64's binary it works.

Run amd64's binary on Apple Silicon, but...

╰─ spoof-dpi
zsh: exec format error: spoof-dpi

ggoofie avatar Aug 05 '24 21:08 ggoofie

when you build from sources it will generate valid arm64 binary

vgglv avatar Aug 06 '24 01:08 vgglv