Skip to content

Instantly share code, notes, and snippets.

@adrianlungu
Created October 2, 2021 19:22
Show Gist options
  • Save adrianlungu/27b4c99511719c882239f5dce2f12a83 to your computer and use it in GitHub Desktop.
Save adrianlungu/27b4c99511719c882239f5dce2f12a83 to your computer and use it in GitHub Desktop.
Start League of Legends on BigSur to get Voice Permission
#!/bin/bash
cd '/Applications/League of Legends.app/Contents/LoL/'
./LeagueClient.app/Contents/MacOS/LeagueClient
@adrianlungu
Copy link
Author

This can be put anywhere, and run via the Terminal. Simply right click the script file and configure it to be open with the Terminal and that should be enough for it to be usable via double-click.

chmod 755 might be needed if it says the file cannot be executed.

After running the game this way on Big Sur, go to Settings -> Voice and Test the microphone, this should make MacOS ask for Microphone permission and thus allow you to use Voice in-game.

Downside is, you'll need to run the game via this script file or via the terminal all the time. If you run the League client normally, it will still not have microphone permissions.

From what I've read, the League client does sometimes ask for permission, but I couldn't get it to do that on my installation for whatever reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment