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

6
export/butler_push.bat Normal file
View file

@ -0,0 +1,6 @@
butler push win harmonyhoney/tinycrate:windows
butler push linux harmonyhoney/tinycrate:linux
butler push mac harmonyhoney/tinycrate:mac
butler push web harmonyhoney/tinycrate:web
butler push android harmonyhoney/tinycrate:android
pause

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