FWIW - the new version works fine on my M1 Mac.
Will it be possible in the future to have a universal binary? I share my /usr/local/scripts/ between my Macs and most are Intel except my MacBook Air.
(Not a huge issue… for now I plan to just keep using the intel version on my M1 Mac too.)
Update: I figured out how to combine them
I remembered that lipo
could combine two archs, not just separate/thin them.
I downloaded the Intel version, unzipped it, and renamed it cloudyuploader-1.1.1-intel
I downloaded the ARM version, unzipped it, and renamed it cloudyuploader-1.1.1-arm
Then I ran this command:
lipo cloudyuploader-1.1.1-intel cloudyuploader-1.1.1-arm \
-create -output cloudyuploader-1.1.1-universal
which created a file named cloudyuploader-1.1.1-universal
which works on both Intel and ARM.
It seems to work on my M1 Mac and on one of my Intel Macs, so 