mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Don't remove data folder in the build script
This commit is contained in:
parent
89b1718031
commit
93bd1839e0
@ -30,7 +30,6 @@ function process_map (){
|
||||
rm "$1"/redmew_git_banner.png -f
|
||||
rm "$1"/map_gen/data/.source_images -rf
|
||||
rm "$1"/map_gen/data/.map_previews -rf
|
||||
rm "$1"/map_gen/data -rf
|
||||
fi
|
||||
echo "Creating zip..."
|
||||
#Create the actual zip file with recursion, quiet, and max compression
|
||||
|
Loading…
Reference in New Issue
Block a user