From 6dd440a9beacc88dc55c737dfe09e69dc9e77a57 Mon Sep 17 00:00:00 2001 From: zxp19821005 Date: Fri, 19 Jan 2024 13:46:31 +0800 Subject: fix errors --- thorium-reader.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'thorium-reader.sh') diff --git a/thorium-reader.sh b/thorium-reader.sh index 2ec4412..aacd8f8 100644 --- a/thorium-reader.sh +++ b/thorium-reader.sh @@ -1,14 +1,15 @@ -#!/bin/bash +#!/bin/sh set -e _APPDIR="/usr/lib/@appname@" +_ASAR="${_APPDIR}/@appasar@" export PATH="${_APPDIR}:${PATH}" -export ELECTRON_IS_DEV=0 export LD_LIBRARY_PATH="${_APPDIR}/swiftshader:${_APPDIR}/lib:${LD_LIBRARY_PATH}" -_ASAR="${_APPDIR}/@appasar@" +export ELECTRON_IS_DEV=0 +export NODE_ENV=production +cd "${_APPDIR}" if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then - cd "${_APPDIR}" exec electron@electronversion@ "${_ASAR}" "$@" else - cd "${_APPDIR}" exec electron@electronversion@ "${_ASAR}" --no-sandbox "$@" -fi \ No newline at end of file +fi +exit \ No newline at end of file -- cgit v1.2.3-70-g09d2