summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-17 18:22:15 +0800
committerzxp198210052023-11-17 18:22:15 +0800
commit9b7e9cf93af8d4c1420e59fb4ae8b1641a6eaf30 (patch)
treec3c15887cb9340d0b6bdf3b9b76a581f0b6f0ec0
parent045af67bfebbd3c15b4580be35875cdadb03e4aa (diff)
downloadaur-9b7e9cf93af8d4c1420e59fb4ae8b1641a6eaf30.tar.gz
fix errors
-rw-r--r--issie.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/issie.sh b/issie.sh
deleted file mode 100644
index 99520dbb33ad..000000000000
--- a/issie.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-_ELECTRON=/usr/bin/electron24
-APPDIR="/usr/lib/issie"
-export PATH="${APPDIR}:${PATH}"
-#export LD_LIBRARY_PATH="${APPDIR}/swiftshader:${LD_LIBRARY_PATH}"
-_ASAR="${APPDIR}/app.asar"
-if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
- exec ${_ELECTRON} ${_ASAR} "$@"
-else
- exec ${_ELECTRON} ${_ASAR} --no-sandbox "$@"
-fi \ No newline at end of file