remove user.conf from game menu

This commit is contained in:
Mikhail Tergoev
2025-04-08 18:56:24 +03:00
parent 80cde6c82e
commit e076199ee4
5 changed files with 4 additions and 6 deletions

View File

@ -1694,7 +1694,7 @@ init_wine_ver () {
if ! check_flatpak ; then
WINE_LIBRARY_PATH="${WINEDIR}/lib"
[[ ! -L "${WINEDIR}/lib64/wine" ]] && WINE_LIBRARY_PATH+=":${WINEDIR}/lib64"
[[ -d "${WINEDIR}/lib64/gstreamer-1.0" ]] && WINE_LIBRARY_PATH+=":${WINEDIR}/lib64"
export WINE_LIBRARY_PATH
fi