Created
March 31, 2023 19:36
-
-
Save clickfreak/aba658a75e0225810c6eb19f5220fb30 to your computer and use it in GitHub Desktop.
Run EngineDJ using proton (wine)
This file contains hidden or 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
STEAM_COMPAT_DATA_PATH="/home/$USER/.local/share/Steam/steamapps/compatdata/<APP ID>" \ | |
STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam" \ | |
WINEPREFIX=$PWD STEAM_COMPAT_MOUNTS=/run/media/$USER/MirexBlack \ | |
"/home/$USER/.steam/root/steamapps/common/Proton 7.0/proton" run \ | |
"./drive_c/Program Files/Engine DJ/Engine DJ.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment