Page 1 of 1

Only including a folder in Steam builds

Posted: Sun Apr 14, 2024 4:21 pm
by Galo223344
Hello, I've read the documentation on builds but it's pretty confusing.

I'm adding a steam workshop upload app to my game which naturally I only want on Steam. We target three builds, steam, market, and Android, so ideally the folder would be either only included in the steam builds or it would be omited from market and android.

I tried this and it does omit it, but it also omits it from the steam build
build.classify('game/mods/workshop uploader/*', None)
build.classify('game/mods/workshop uploader/*', 'steam')

Also, we don't package our game.

Any help is appreciated :D