Fixes to making projects in a built Ren'Py.

This commit is contained in:
Tom Rothamel
2016-07-24 23:38:45 -04:00
parent 49ae0099c8
commit 8d5dd2d564
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{ "type" : "hidden" }
+4
View File
@@ -298,8 +298,12 @@ init python:
# games.
build.classify_renpy("launcher/game/theme/", None)
build.classify_renpy("gui/game/gui/", None)
source_and_binary("launcher")
source_and_binary("templates", binary=None)
source_and_binary("gui", binary=None)
source_and_binary("the_question")
source_and_binary("tutorial")