mirror of
https://github.com/HarmonyHoney/ROTA.git
synced 2026-01-23 02:14:37 +00:00
export scripts update!
no more demo folders mkdir mac only on mac_unzip.bat
This commit is contained in:
parent
8e88ee77d4
commit
a3076497b5
3 changed files with 4 additions and 16 deletions
|
|
@ -1,10 +1,6 @@
|
|||
rmdir /s /q mac
|
||||
mkdir mac
|
||||
rmdir /s /q mac_demo
|
||||
mkdir mac_demo
|
||||
|
||||
cd mac
|
||||
tar -xf ../_mac.zip
|
||||
|
||||
cd ../mac_demo
|
||||
tar -xf ../_mac_demo.zip
|
||||
|
|
|
|||
|
|
@ -1,14 +1,11 @@
|
|||
rmdir /s /q win
|
||||
mkdir win
|
||||
rmdir /s /q win_demo
|
||||
mkdir win_demo
|
||||
|
||||
rmdir /s /q linux
|
||||
mkdir linux
|
||||
rmdir /s /q linux_demo
|
||||
mkdir linux_demo
|
||||
|
||||
rmdir /s /q mac
|
||||
mkdir mac
|
||||
rmdir /s /q mac_demo
|
||||
mkdir mac_demo
|
||||
del /q *mac.zip*
|
||||
|
||||
rmdir /s /q web
|
||||
mkdir web
|
||||
|
|
@ -1,11 +1,6 @@
|
|||
cd win
|
||||
del /q *steam*
|
||||
|
||||
cd ../win_demo
|
||||
del /q *steam*
|
||||
|
||||
cd ../linux
|
||||
del /q *steam*
|
||||
|
||||
cd ../linux_demo
|
||||
del /q *steam*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue