From 53e81e36e467f8014044ec78f4de53ce08cff7b2 Mon Sep 17 00:00:00 2001 From: Jacob Lucas Date: Thu, 24 Jun 2021 18:33:43 +0100 Subject: [PATCH] Fixed bug that prevented sw5e from showing up as a system --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index badc424f..20b6e0e8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -10,7 +10,7 @@ const fs = require('fs'); const src = "./src/" const dest = "./dist/" -const foundryDest = process.env.LOCALAPPDATA + "/FoundryVTT/Data/systems/SW5e-Dev"; +const foundryDest = process.env.LOCALAPPDATA + "/FoundryVTT/Data/systems/sw5e"; /* ----------------------------------------- */ /* Compile LESS