diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index a2ce17a5f..6b1c32812 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -42,5 +42,6 @@ if [ -z "$SOUNDS" ]; then exit 1 else echo "Copying sound assets for bundling" + mkdir -p "android/app/src/main/res/raw/" cp $SOUNDS/* "android/app/src/main/res/raw/" fi