Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Oct 14, 2024
1 parent 854ddfa commit 1fe48bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/assets/appruns/sharun-generic.AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#Get the AppDir Path
SELF_PATH="$(dirname "$(realpath "$0")")"
#Get the AppDir name
SELF_NAME="$(basename "$0")"
#Get the ${ARGV0}
SELF_NAME="${ARGV0}"
#Set path
export PATH="${SELF_PATH}/bin:${PATH}"
# Check if SELF_NAME exists in the bin directory
Expand Down

0 comments on commit 1fe48bd

Please sign in to comment.