Skip to content

Commit e23d066

Browse files
committed
minecraft engine
1 parent 6684380 commit e23d066

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2012
-2
lines changed

appengine/index_redirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
print("Status: 302")
2-
print("Location: /static/demos/index.html")
2+
print("Location: /static/minecraft/index.html")

appengine/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mkdir static
22
cp ../*_*compr*.js static
3-
rsync -a ../{core,generators,media,tests,demos} static
3+
rsync -a ../{core,generators,media,tests,demos,minecraft} static

0 commit comments

Comments
 (0)