1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

Fix RomPatcher path

This commit is contained in:
bbtufty 2024-09-15 07:39:11 +01:00
parent c2d7f0b416
commit 93dec80434

View file

@ -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