mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2026-04-27 07:34:23 +08:00
Change workdir to script directory on all platforms
This commit is contained in:
@@ -11,6 +11,8 @@ if [ $# -lt 2 ] || [ $# -eq 3 ]
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd "$( dirname "$0" )"
|
||||
|
||||
TARGETARCH=$1
|
||||
BUILD_TYPE=$2
|
||||
if [ $# -lt 4 ]
|
||||
|
||||
Reference in New Issue
Block a user