Hi. On Linux, this has already been solved. But for the Mac version, what you can do is add the option to download all the emulators if Homebrew is installed. And if Homebrew is not installed, the option for installing them is grayed out or replaced with a button to launch the terminal and execute the command for installing homebrew.
You can achieve this with the following command:
osascript -e 'tell app "Terminal"
do script "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""
end tell'
This command will open the terminal app and run the homebrew installation script.
And to save you time, here are the homebrew commands for installing the emulators
Hi. On Linux, this has already been solved. But for the Mac version, what you can do is add the option to download all the emulators if Homebrew is installed. And if Homebrew is not installed, the option for installing them is grayed out or replaced with a button to launch the terminal and execute the command for installing homebrew. You can achieve this with the following command:
This command will open the terminal app and run the homebrew installation script.
And to save you time, here are the homebrew commands for installing the emulators