From b720c12e6adc6533b71a916147d121600e45723f Mon Sep 17 00:00:00 2001 From: darealshinji Date: Sat, 11 Jun 2022 03:42:02 +0200 Subject: [PATCH] Update AppRun.sh --- AppRun.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/AppRun.sh b/AppRun.sh index 74f9e02..74a20da 100755 --- a/AppRun.sh +++ b/AppRun.sh @@ -1,7 +1,6 @@ #!/bin/sh -e # A shell script that does the same as the binaries in the release section. -# It's only here as an example on how to achieve it with a Shell script. cd "$(dirname "$0")"