diff --git a/.gitignore b/.gitignore index 8e7b55f..fb6049f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # import and export .import/ *.import -[Ee]xport/ -[Bb]uild/ +[Ee]xport/*/ +*_[Mm]ac.zip [Aa]ndroid/ silent_wolf_api_key.gd \ No newline at end of file diff --git a/butler_push.bat b/export/butler_push.bat similarity index 95% rename from butler_push.bat rename to export/butler_push.bat index 5359eb6..8f6fa19 100644 --- a/butler_push.bat +++ b/export/butler_push.bat @@ -1,4 +1,3 @@ -cd export butler push win harmonyhoney/tinycrate:windows butler push linux harmonyhoney/tinycrate:linux butler push mac harmonyhoney/tinycrate:mac diff --git a/export/mac_unzip.bat b/export/mac_unzip.bat new file mode 100644 index 0000000..21e576b --- /dev/null +++ b/export/mac_unzip.bat @@ -0,0 +1,5 @@ +rmdir /s /q mac +mkdir mac + +cd mac +tar -xf ../_mac.zip diff --git a/export/ready_folders.bat b/export/ready_folders.bat new file mode 100644 index 0000000..d6fbd17 --- /dev/null +++ b/export/ready_folders.bat @@ -0,0 +1,14 @@ +rmdir /s /q android +mkdir android + +rmdir /s /q linux +mkdir linux + +rmdir /s /q mac +mkdir mac + +rmdir /s /q web +mkdir web + +rmdir /s /q win +mkdir win diff --git a/export_presets.cfg b/export_presets.cfg index a7246f3..6ffe0e7 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -110,7 +110,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="export/Tiny-Crate-Mac.zip" +export_path="export/_mac.zip" script_export_mode=1 script_encryption_key=""