mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
more build scripts!
This commit is contained in:
parent
c20816bf56
commit
bb782cffa5
5 changed files with 22 additions and 4 deletions
6
export/butler_push.bat
Normal file
6
export/butler_push.bat
Normal 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
5
export/mac_unzip.bat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
rmdir /s /q mac
|
||||
mkdir mac
|
||||
|
||||
cd mac
|
||||
tar -xf ../_mac.zip
|
||||
14
export/ready_folders.bat
Normal file
14
export/ready_folders.bat
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue