summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris_l2019-07-23 16:39:42 -0500
committerchris_l2019-07-23 16:39:42 -0500
commit5c58e507ab995b19fbd6fb5f5ae6392c3c44875a (patch)
treee7649eb0ce34aecd528f0a1bb6079c05dddb9f42
parent876b829a72af4af099cd097b661b47c0fefa993f (diff)
downloadaur-5c58e507ab995b19fbd6fb5f5ae6392c3c44875a.tar.gz
Removed vcrun2015 check
-rw-r--r--cemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cemu.sh b/cemu.sh
index 5ba223bebb64..afc7b27d42d8 100644
--- a/cemu.sh
+++ b/cemu.sh
@@ -13,7 +13,7 @@ if [ ! -d "$HOME"/.cemu ] ; then
cp -r /usr/share/cemu/shaderCache "$HOME"/.cemu/ || exit 1
fi
-if [ -z `winetricks list-installed|grep vcrun2015` ]; then
+if [ ! -f "$HOME"/.cemu/wine/drive_c/windows/syswow64/vcruntime140.dll ]; then
if [ -n "`whereis zenity|grep bin`" ]; then
zenity --info --title 'Cemu' --text 'Installing wine dependencies.\n\nThe process may take a few minutes'
fi