Bronya-Rand / DDLC-ModMaker

Project Modflake. A Ren'Py Specific Tool for building DDLC Mods.
https://ghost.schneedc.com/doki-doki-mod-maker/
Other
15 stars 3 forks source link

Missing EXE file in build packages #7

Closed Pseurae closed 3 years ago

Pseurae commented 3 years ago

Issue

When a project is built using the new 7.4 DDMMaker, it's missing the Windows executable while the Linux and Mac executables are present. This is a significant problem as the executable given in the base game cannot be used in this case.

Cause of Problem

It seems that the base Windows game executable (renpy.exe in the library folder) is missing, which are to be modified and used for the actual game that are built.

This wouldn't raise any exceptions or errors as there's an if branch that checks whether the file exists or not and takes action accordingly.

Fix it as soon as possible.

Pseurae commented 3 years ago

It was either a build error or a upload fluke. Thanks for fixing it.