Created
September 14, 2021 03:54
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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