Skip to content

Commit 0dc30c1

Browse files
committed
Make sure we're in the original working directory
1 parent c7fe1ad commit 0dc30c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AppImager.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44

5+
cd $OWD
6+
57
eval "${DIR}/python3 ${DIR}/../../appimager/appimager" "$@"

0 commit comments

Comments
 (0)