Offlines
This commit is contained in:
parent
a3d17d4819
commit
a36dc95659
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
11
soffline.sh
Executable file
11
soffline.sh
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd javascript/badwifi
|
||||||
|
rm EaglercraftX_1.8_Offline_en_US.html
|
||||||
|
rm EaglercraftX_1.8_Offline_International.html
|
||||||
|
rm Resent_3.6_patch__1.8_US.html
|
||||||
|
rm Resent_3.6_patch_1.8_International.html
|
||||||
|
cd ../../
|
||||||
|
./MakeOfflineDownload.sh
|
||||||
|
cd javascript/badwifi
|
||||||
|
mv ../EaglercraftX_1.8_Offline_en_US.html ./Resent_3.6_patch__1.8_US.html
|
||||||
|
mv ../EaglercraftX_1.8_Offline_International.html ./Resent_3.6_patch_1.8_International.html
|
Loading…
Reference in New Issue
Block a user