fix: add mkdir of "android/app/src/main/res/raw/" in postinstall (#8070)
This commit is contained in:
parent
0fbeea83f3
commit
b9f4000dd0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue