Pdutil not built for x86_64 any more?

Hi,

I am yet to upgrade to a Silicon mac and am therefore using an Intel system for a while, so this is a bit of a nuisance:

developer@dev0a:~/hard/playDate/hak/
% echo $PLAYDATE_SDK_PATH

/Users/developer/hard/playDate/PlaydateSDK

developer@dev0a:~/hard/playDate/hak/
% file `which pdutil`

/Users/developer/hard/playDate/PlaydateSDK/bin/pdutil: Mach-O 64-bit executable arm64

developer@dev0a:~/hard/playDate/hak/
% file `which pdc`

/Users/developer/hard/playDate/PlaydateSDK/bin/pdc: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64
- Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64
- Mach-O 64-bit executable arm64]
/Users/developer/hard/playDate/PlaydateSDK/bin/pdc (for architecture x86_64):	Mach-O 64-bit executable x86_64
/Users/developer/hard/playDate/PlaydateSDK/bin/pdc (for architecture arm64):	Mach-O 64-bit executable arm64

.. or did I overlook a download option for this somewhere?

Also, is pdc/pdutil available in a form it can be compiled for different platforms that the Devteam don't want to continue supporting? Any consideration for this yet?

Oh, looks like you've found an issue. We'll get this fixed up!

Is there a fix planned soon (rebuild) or should I just continue using the 2.4.2 version of this tool?