Ugh. I know this is probably a very simple issue... but I just need help.
Wat? :'(
This is what they're talking about:
Basically, you need to make sure that both
build.name
and
config.version
in
options.rpy
don't have any spaces, colons or semi-colons in them, since Ren'py creates the
build.directory_name
from the two of these.
It's OK for
config.name
to have spaces, etc., just not
build.name
.