forked from CastroFidel/PortWINE
Fix locales in install script
This commit is contained in:
@ -24,7 +24,7 @@ if [ ! -d "${config_path}" ]; then
|
||||
fi
|
||||
if [ ! -e "${config_path}/${portname}_loc" ]; then
|
||||
SET_LANG=`zenity --title "Install $portname" --text "Select the language" --list --radiolist \
|
||||
--column="Set" --column "Language:" \
|
||||
--column="Set:" --column "Language:" \
|
||||
TRUE "RUS" \
|
||||
FALSE "ENG" `
|
||||
echo "${SET_LANG}" > "${config_path}/${portname}_loc"
|
||||
@ -181,7 +181,6 @@ else
|
||||
fi
|
||||
fi
|
||||
export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf"
|
||||
echo "########################"
|
||||
########################################################################
|
||||
export def_pfx="${PORT_WINE_PATH}/data/dist/share/default_pfx/"
|
||||
if [ ! -d "${def_pfx}" ]; then
|
||||
@ -203,6 +202,7 @@ else
|
||||
export PW_GAMEMODERUN=0
|
||||
echo "Gamemod not installed!"
|
||||
fi
|
||||
echo "########################"
|
||||
ADD_IN_START_PORTWINE
|
||||
}
|
||||
########################################################################
|
||||
|
Reference in New Issue
Block a user