summarylogtreecommitdiffstats
path: root/copytranslator.sh
diff options
context:
space:
mode:
authorzxp198210052024-03-05 05:38:16 +0800
committerzxp198210052024-03-05 05:38:16 +0800
commite03d136391360efc1a0eae4ce629592136c518de (patch)
tree732336bd07b2e457e916a6660c3c163981659787 /copytranslator.sh
parent7e799fb0e203373c6c82c25cc2307dd6d86ced2d (diff)
downloadaur-e03d136391360efc1a0eae4ce629592136c518de.tar.gz
fix errors
Diffstat (limited to 'copytranslator.sh')
-rw-r--r--copytranslator.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/copytranslator.sh b/copytranslator.sh
index f9ced1432cfc..86cb3dc6a9bf 100644
--- a/copytranslator.sh
+++ b/copytranslator.sh
@@ -1,10 +1,11 @@
-#!/bin/sh
+#!/bin/bash
set -e
_APPDIR="/usr/lib/@appname@"
_RUNNAME="${_APPDIR}/@runname@"
export PATH="${_APPDIR}:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}/swiftshader:${_APPDIR}/lib:${LD_LIBRARY_PATH}"
export ELECTRON_IS_DEV=0
+export ELECTRON_FORCE_IS_PACKAGED=true
export NODE_ENV=production
cd "${_APPDIR}"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then