romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
782 stars 23 forks source link

Support Mac x64 #59

Closed Goooler closed 3 months ago

Goooler commented 3 months ago

This can't be running on Mac x64 devices, it's intended not to support them? May need to support x64 devices or note we only support arm64 devices in readme.

image
romainguy commented 3 months ago

I don't have an Intel Mac so I can't work on this nor guarantee support. You can however do it yourself by compiling locally? You'll need an x64 version od thé Jetbrains runtime.

Goooler commented 3 months ago

I'll try to fix this...