summarylogtreecommitdiffstats
path: root/balena-etcher-electron.sh
diff options
context:
space:
mode:
authorlilac2023-12-21 06:52:37 +0800
committerlilac2023-12-21 06:52:37 +0800
commit144cc0757c612e474ed325587d72976a15975c69 (patch)
tree5637d61e4abcb2be2e92f2042c417a229d9694ce /balena-etcher-electron.sh
parent1d581b4af8cc0a0502658b8cc9fadbdc2f11e875 (diff)
downloadaur-144cc0757c612e474ed325587d72976a15975c69.tar.gz
[lilac] updated to 2:1.18.14-1
Diffstat (limited to 'balena-etcher-electron.sh')
-rwxr-xr-xbalena-etcher-electron.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/balena-etcher-electron.sh b/balena-etcher-electron.sh
index 0517a8322692..52e3a27ea83e 100755
--- a/balena-etcher-electron.sh
+++ b/balena-etcher-electron.sh
@@ -1,6 +1,6 @@
#!/bin/bash
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
- exec electron19 /usr/lib/balena-etcher "$@"
+ exec electron25 /usr/lib/balena-etcher "$@"
else
- exec electron19 --no-sandbox /usr/lib/balena-etcher "$@"
+ exec electron25 --no-sandbox /usr/lib/balena-etcher "$@"
fi