From 93dec804347a2ae8c0e3bbf5a5555402d30f2c01 Mon Sep 17 00:00:00 2001 From: bbtufty Date: Sun, 15 Sep 2024 07:39:11 +0100 Subject: [PATCH] Fix RomPatcher path --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index de34321..34db436 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,7 @@ const chalk=require('chalk'); const { program } = require('commander') -const RomPatcher = require('./app/RomPatcher'); +const RomPatcher = require('./rom-patcher-js/RomPatcher'); program