Merge pull request #2 from alberic89/master-1

NewerFallingLeaf : Create dir before try to copy in
This commit is contained in:
Chris 'Nano' Bratusek 2023-08-19 19:16:43 +02:00 committed by GitHub
commit 3eb195d2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ detect_game_version () {
place_files () {
NEW_DIRS=( "${WORKDIR}"/files/LevelSamples "${WORKDIR}"/files/NewerRes "${WORKDIR}"/files/Maps )
NEW_DIRS=( "${WORKDIR}"/files/LevelSamples "${WORKDIR}"/files/NewerRes "${WORKDIR}"/files/Maps "${WORKDIR}"/files/Sound/new )
for dir in "${NEW_DIRS[@]}"; do
mkdir -p "${dir}"
done