Releases: Grant-K/TCGVortexIntegration-
Releases · Grant-K/TCGVortexIntegration-
BenInExConfig
v0.1.2
Fixed to work with all mod types in Vortex
v0.1.1
Fixed line 64, was creating an extra directory in the game folder.
From: return fs.ensureDirWritableAsync(path.join(discovery.path, 'TCG Card Shop Simulator', 'BepInEx'));
To: return fs.ensureDirWritableAsync(path.join(discovery.path, 'BepInEx'));
Initial Release
Initial Release