summarylogtreecommitdiffstats
path: root/xivlauncher-rb
diff options
context:
space:
mode:
authorRankyn Bass2023-12-18 21:31:15 -0800
committerRankyn Bass2023-12-18 21:31:15 -0800
commitce549fb92a00ca2160f34f0670c144d2c783586b (patch)
tree329a01145b2e086d483be11ca6fa7621ddbd3392 /xivlauncher-rb
parente09b7cdaea3660b5dbab0c93700a659aac7516cf (diff)
downloadaur-ce549fb92a00ca2160f34f0670c144d2c783586b.tar.gz
Add openssl fix and launcher script
Diffstat (limited to 'xivlauncher-rb')
-rwxr-xr-xxivlauncher-rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/xivlauncher-rb b/xivlauncher-rb
new file mode 100755
index 000000000000..a445ae8fdbf6
--- /dev/null
+++ b/xivlauncher-rb
@@ -0,0 +1,3 @@
+#!/bin/sh
+export OPENSSL_CONF=/opt/xivlauncher-rb/openssl_fix.cnf
+/opt/xivlauncher-rb/XIVLauncher.Core \ No newline at end of file