Correctly create out dir on macos, add debug to notarization upload

This commit is contained in:
FriwiDev
2022-11-01 03:36:23 +01:00
parent af7c44af6a
commit fb1f044958
2 changed files with 7 additions and 4 deletions

View File

@@ -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