summarylogtreecommitdiffstats
path: root/time-to-leave.sh
diff options
context:
space:
mode:
authorzxp198210052024-03-06 17:19:30 +0800
committerzxp198210052024-03-06 17:19:30 +0800
commit84ad4640728ee07e70aa30851859c6f0424c7c46 (patch)
tree1b7986b011836ed5eb8e703cd8f6454c4f6bd18d /time-to-leave.sh
parent2d3d2132c198c7bf28c1a9e5b59bf9507b4cb7b0 (diff)
downloadaur-84ad4640728ee07e70aa30851859c6f0424c7c46.tar.gz
fix errors
Diffstat (limited to 'time-to-leave.sh')
-rw-r--r--time-to-leave.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/time-to-leave.sh b/time-to-leave.sh
index f9ced1432cfc..86cb3dc6a9bf 100644
--- a/time-to-leave.sh
+++ b/time-to-leave.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