summarylogtreecommitdiffstats
path: root/electron-launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'electron-launcher.sh')
-rw-r--r--electron-launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/electron-launcher.sh b/electron-launcher.sh
index e88423fa33fd..ccb91012fbaf 100644
--- a/electron-launcher.sh
+++ b/electron-launcher.sh
@@ -17,4 +17,4 @@ for line in "${MAPFILE[@]}"; do
fi
done
-exec /usr/lib/${name}/electron "$@" "${flags[@]}"
+exec /usr/lib/${name}/electron "${flags[@]}" "$@"