mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Point test at the now skin location
This commit is contained in:
parent
4a4aa7c2ba
commit
3840aa0be4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue