Skip to content

Instantly share code, notes, and snippets.

@icavalheiro
Created September 14, 2021 03:54
Show Gist options
  • Save icavalheiro/0d5d5b021947f21a5f35dd5680968386 to your computer and use it in GitHub Desktop.
Save icavalheiro/0d5d5b021947f21a5f35dd5680968386 to your computer and use it in GitHub Desktop.
example command on how to install MTGA (or run any windows app actually) using proton that was installed by steam
#!bash
STEAM_COMPAT_CLIENT_INSTALL_PATH=$HOME/.proton STEAM_COMPAT_DATA_PATH=$HOME/.proton "/home/ivan/.steam/steam/steamapps/common/Proton 6.3/proton" run '/home/ivan/Downloads/MTGAInstaller.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment