summarylogtreecommitdiffstats
path: root/fsolauncher.sh
diff options
context:
space:
mode:
authorzxp198210052023-10-16 09:27:13 +0800
committerzxp198210052023-10-16 09:27:13 +0800
commit35b784f7fb8431ce4b425cc14ac12e3082262e2e (patch)
treebdc434a1f5b3bfe5f4a8c6c11a76e5ef04c50691 /fsolauncher.sh
parent877f5ca403ca8bcefdd4e40f8e1e63510e20eb52 (diff)
downloadaur-35b784f7fb8431ce4b425cc14ac12e3082262e2e.tar.gz
update to 1.9.1-prod.14
Diffstat (limited to 'fsolauncher.sh')
-rw-r--r--fsolauncher.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsolauncher.sh b/fsolauncher.sh
index aeff360c2c10..7cd3d5c11649 100644
--- a/fsolauncher.sh
+++ b/fsolauncher.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-_ELECTRON=/usr/bin/electron25
-_ASAR="/opt/fsolauncher/fsolauncher.asar"
+_ELECTRON=/usr/bin/electron22
+_ASAR="/opt/fsolauncher/resources/app.asar"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else