mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-12-26 17:21:50 +01:00
Merge pull request #2 from alberic89/master-1
NewerFallingLeaf : Create dir before try to copy in
This commit is contained in:
commit
3eb195d2f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user