1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/runescape-launcher/wrapper.sh

4 lines
95 B
Bash
Raw Normal View History

2018-03-23 00:31:00 -04:00
#!/bin/sh
export LD_PRELOAD="/usr/lib/libcurl.so.3"
exec /usr/bin/runescape-launcher.real "$@"