diff options
author | chris_l | 2019-07-23 16:39:42 -0500 |
---|---|---|
committer | chris_l | 2019-07-23 16:39:42 -0500 |
commit | 5c58e507ab995b19fbd6fb5f5ae6392c3c44875a (patch) | |
tree | e7649eb0ce34aecd528f0a1bb6079c05dddb9f42 | |
parent | 876b829a72af4af099cd097b661b47c0fefa993f (diff) | |
download | aur-5c58e507ab995b19fbd6fb5f5ae6392c3c44875a.tar.gz |
Removed vcrun2015 check
-rw-r--r-- | cemu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |