forked from GitHub-Mirrors/foundry-sw5e
Fixed bug that prevented sw5e from showing up as a system
This commit is contained in:
parent
2790e6f3db
commit
53e81e36e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue