summarylogtreecommitdiffstats
path: root/before-dawn.sh
diff options
context:
space:
mode:
authorzxp198210052024-01-09 00:01:44 +0800
committerzxp198210052024-01-09 00:01:44 +0800
commit8ce0b8fd43d178fdfca45adccc70efffae92f04a (patch)
tree902c5d3c08d5d92c6573e12f5441928cf15b42b5 /before-dawn.sh
parente5e3c5e950c13149deb8b4724c2e9591a64ce45c (diff)
downloadaur-8ce0b8fd43d178fdfca45adccc70efffae92f04a.tar.gz
fix errors
Diffstat (limited to 'before-dawn.sh')
-rw-r--r--before-dawn.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/before-dawn.sh b/before-dawn.sh
index aacd8f895847..96b778f1ab3b 100644
--- a/before-dawn.sh
+++ b/before-dawn.sh
@@ -4,8 +4,8 @@ _APPDIR="/usr/lib/@appname@"
_ASAR="${_APPDIR}/@appasar@"
export PATH="${_APPDIR}:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}/swiftshader:${_APPDIR}/lib:${LD_LIBRARY_PATH}"
-export ELECTRON_IS_DEV=0
-export NODE_ENV=production
+#export ELECTRON_IS_DEV=0
+#export NODE_ENV=production
cd "${_APPDIR}"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec electron@electronversion@ "${_ASAR}" "$@"