Update AppRun.sh

This commit is contained in:
darealshinji 2022-06-11 03:42:02 +02:00 committed by GitHub
parent 32976ce604
commit b720c12e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# A shell script that does the same as the binaries in the release section. # 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")" cd "$(dirname "$0")"