JetBrains / intellij-ui-test-robot

The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.

Home Page:https://jetbrains-platform.slack.com/archives/C026SVA9MMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot download IntelliJ IDEA for Apple M1 chip using IdeDownloader

GreenBudgie opened this issue · comments

I am using mac with Apple M1 chip and found out that IdeDownloader can't download Intellij IDEA for this chip. It always downloads intel version.

Possible solution:
Make IdeDownloader.Companion#getFeedsOsPropertyName return macM1 for Apple M1, but I don't know a good way to determine which chip the current mac is using.