Open
Description
Developing mods built with gradle under VCS for the Steam workshop is difficult as everything located in the workshop staging area gets pulled and packaged as part of the mod. This includes project build, config and VCS files.
To resolve this, distributions installed with installDist
should be synced with the designated Steam workshop directory to allow modders to keep their mod dev environment separate from workshop directory.
Activity