summarylogtreecommitdiffstats
path: root/desura.sh
blob: ce61fec1cf5eb6acce93ca92ee7de879802e28ce (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH

if [[ ! -f "/opt/desura/desura" ]]; then
    LD_PRELOAD=libcurl.so.3 /opt/desura/bin/desura
    else
    LD_PRELOAD=libcurl.so.3 /opt/desura/desura
    fi
echo "If you don't see it. Maybe it minimized"