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
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
|
|
@ -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
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
|
||||
|
|
@ -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=""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue