Point test at the now skin location

This commit is contained in:
Jordan Eldredge 2019-08-05 19:10:47 -07:00
parent 4a4aa7c2ba
commit 3840aa0be4

View file

@ -5,7 +5,7 @@ import path from "path";
async function getSkinZip() {
const skinBuffer = await fsPromises.readFile(
path.join(__dirname, "../public/skins/CornerAmp_Redux.wal")
path.join(__dirname, "../skins/CornerAmp_Redux.wal")
);
return JSZip.loadAsync(skinBuffer);
}