more build scripts!

This commit is contained in:
Harmony Honey 2024-03-01 11:23:14 -05:00
parent c20816bf56
commit bb782cffa5
5 changed files with 22 additions and 4 deletions

4
.gitignore vendored
View file

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

View file

@ -1,4 +1,3 @@
cd export
butler push win harmonyhoney/tinycrate:windows
butler push linux harmonyhoney/tinycrate:linux
butler push mac harmonyhoney/tinycrate:mac

5
export/mac_unzip.bat Normal file
View file

@ -0,0 +1,5 @@
rmdir /s /q mac
mkdir mac
cd mac
tar -xf ../_mac.zip

14
export/ready_folders.bat Normal file
View file

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

View file

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