1
0
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:
plague006 2019-02-01 08:34:29 -05:00
parent 89b1718031
commit 93bd1839e0

View File

@ -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