|
@@ -16,11 +16,11 @@ echo "$VERSION" > templates/version.txt
|
|
|
|
|
|
mkdir -p release-${FILE_VERSION}
|
|
|
rm -f release-${FILE_VERSION}/*templates.tpz
|
|
|
-zip -q -9 -r release-${FILE_VERSION}/Godot_v${FILE_VERSION}_export_templates.tpz templates
|
|
|
+zip -q -9 -r -D release-${FILE_VERSION}/Godot_v${FILE_VERSION}_export_templates.tpz templates
|
|
|
|
|
|
mkdir -p mono/release-${FILE_VERSION}
|
|
|
rm -f mono/release-${FILE_VERSION}/*templates.tpz
|
|
|
cd mono
|
|
|
echo "$VERSION".mono > templates/version.txt
|
|
|
-zip -q -9 -r release-${FILE_VERSION}/Godot_v${FILE_VERSION}_mono_export_templates.tpz templates
|
|
|
+zip -q -9 -r -D release-${FILE_VERSION}/Godot_v${FILE_VERSION}_mono_export_templates.tpz templates
|
|
|
cd ..
|