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

Change base path for JS to explicitly point to GitHub Pages.

Attempting to figure out how to host the patcher in a separate repo.
This commit is contained in:
xenophile 2024-08-15 18:26:58 -07:00 committed by GitHub
parent a5f57f73ba
commit 22789ab4c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@
- switch to ES6 classes and modules? - switch to ES6 classes and modules?
*/ */
const ROM_PATCHER_JS_PATH = './rom-patcher-js/'; const ROM_PATCHER_JS_PATH = 'https://xenophile127.github.io/RomPatcher.js/rom-patcher-js/';
var RomPatcherWeb = (function () { var RomPatcherWeb = (function () {
const SCRIPT_DEPENDENCIES = [ const SCRIPT_DEPENDENCIES = [
@ -2013,4 +2013,4 @@ const ROM_PATCHER_LOCALE = {
'Invalid patch file': '無效的patch檔', 'Invalid patch file': '無效的patch檔',
'Using big files is not recommended': '不建議使用大檔。' 'Using big files is not recommended': '不建議使用大檔。'
} }
}; };