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

Merge pull request #82 from bbtufty/index-path

Fix RomPatcher path
This commit is contained in:
Marc Robledo 2024-09-15 10:39:27 +02:00 committed by GitHub
commit 235e3c511f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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