summarylogtreecommitdiffstats
path: root/evelauncher.shlib
diff options
context:
space:
mode:
authorJernuh Zakalwe2019-05-18 13:40:41 +0200
committerJernuh Zakalwe2019-05-18 13:40:41 +0200
commit7df26de58f133d72e8dab721c1ae3ea6211b7a11 (patch)
tree3c7c74234e3a17525cb4c4fad93836889a97bc90 /evelauncher.shlib
parent6e428367e3223ba828344efbe4d142cf400014a1 (diff)
downloadaur-7df26de58f133d72e8dab721c1ae3ea6211b7a11.tar.gz
Support for older wine versions less than 4.0 removed.
Info message for using internal wine version removed. Using other registry setting to suppress winemenubuilder file associations. Minor changes on internal test routines.
Diffstat (limited to 'evelauncher.shlib')
-rw-r--r--evelauncher.shlib3
1 files changed, 1 insertions, 2 deletions
diff --git a/evelauncher.shlib b/evelauncher.shlib
index 4adaee57ed3b..4a219170696c 100644
--- a/evelauncher.shlib
+++ b/evelauncher.shlib
@@ -18,12 +18,11 @@ check_custom_wine() {
if [ "x$UCW" = "xtrue" ] ;then
WINEPATH=${CUSTOMWP%/*}
else
- desktop_msg "INFO: \"Use custom Wine\" not set, using internal version."
CUSTOMWP=${SHAREDIR}wine
WINEPATH=${SHAREDIR}wine/bin
fi
if [ ! -x "$WINEPATH/wine" ] ;then
- desktop_msg "ERROR: \"$CUSTOMWP\" from \"Custom Wine path\" not found!"
+ desktop_msg "ERROR: \"$CUSTOMWP\" not found!"
exit 1
fi
}