fix picodat file path
This commit is contained in:
@@ -6,7 +6,7 @@ const __dirname = fileURLToPath(new URL('.', import.meta.url));
|
||||
|
||||
const shrinko8DirPath = path.resolve(__dirname, "../shrinko8");
|
||||
const shrinko8Path = path.resolve(shrinko8DirPath, "shrinko8.py");
|
||||
const pico8DatPath = path.resolve(__dirname, "../../pico8.dat");
|
||||
const pico8DatPath = path.resolve(__dirname, "../../../data/pico8.dat");
|
||||
|
||||
export const shrinko8 = async (props: {
|
||||
inputFile: string;
|
||||
|
||||
Reference in New Issue
Block a user