mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-10 03:03:45 +08:00
Correctly create out dir on macos, add debug to notarization upload
This commit is contained in:
@@ -43,6 +43,9 @@ else
|
||||
echo "Found existing files to build"
|
||||
cd jcef
|
||||
fi
|
||||
if [ ! -d "out" ]; then
|
||||
mkdir out
|
||||
fi
|
||||
if [ ! -d "out/docs" ]; then
|
||||
mkdir out/docs
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user