renpy / renpy-build

Build system for the Ren'Py visual novel engine. (The engine itself, not games.)
76 stars 51 forks source link

Can't include Itch App Manifest #96

Closed lunarcloud closed 1 year ago

lunarcloud commented 1 year ago

This doesn't work:

    build.classify('.itch.toml', 'all')

But this works:

    build.classify('anythingelse.toml', 'all')

Makes me thing there's an issue with including files that start with a dot?

lunarcloud commented 1 year ago

oop, this seems the wrong repo