Skip to content

Commit

Permalink
v1.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mi1k committed Dec 24, 2023
1 parent 649a3c3 commit 5439f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apk2url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ if [ -d $1 ]; then

if [[ "$1" == .\/* ]]; then
APKPATH="`pwd`/${i:2}"
elif [[ "$1" == '.' ]]; then
APKPATH="`pwd`/$i"
else
APKPATH="$i"
fi
Expand Down

0 comments on commit 5439f92

Please sign in to comment.