You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
WINE_EXE here is being assigned the wrong path due to there being spaces in the full path of proton. "$HOME/.steam/steam/steamapps/common/Proton - Experimental/files/bin"
I worked around this on my system by doing print $2,$3,$4 but that will break normal wine install functionality
The text was updated successfully, but these errors were encountered:
https://github.com/ferion11/LogosLinuxInstaller/blob/a794912d7efdae86c7dc381a060fe32f09a9d019/LogosLinuxInstaller.sh#L799C1-L803C83
WINE_EXE here is being assigned the wrong path due to there being spaces in the full path of proton. "$HOME/.steam/steam/steamapps/common/Proton - Experimental/files/bin"
I worked around this on my system by doing print $2,$3,$4 but that will break normal wine install functionality
The text was updated successfully, but these errors were encountered: