forked from CastroFidel/PortWINE
Scripts version 2092
This commit is contained in:
@ -621,6 +621,10 @@ export PW_WINELIB="${PORT_WINE_TMP_PATH}/libs${PW_LIBS_VER}"
|
||||
try_remove_dir "${PW_WINELIB}/var"
|
||||
export PW_GUI_ICON_PATH="${PORT_WINE_PATH}/data/img/gui"
|
||||
export install_ver=`cat "${PORT_WINE_TMP_PATH}/${portname}_ver" | head -n 1`
|
||||
if [[ "${install_ver}" == 97 ]] ; then
|
||||
export install_ver="1.0"
|
||||
echo "1.0" > "${PORT_WINE_TMP_PATH}/${portname}_ver"
|
||||
fi
|
||||
export WINETRICKS_DOWNLOADER="curl"
|
||||
export USER_CONF="${PORT_WINE_PATH}/data/user.conf"
|
||||
check_user_conf
|
||||
|
Reference in New Issue
Block a user