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:
parent
c2d7f0b416
commit
93dec80434
1 changed files with 1 additions and 1 deletions
2
index.js
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue