mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-09-25 17:36:56 +00:00
refactor: resorted all EBP and BDF references
This commit is contained in:
parent
fd6e589184
commit
91e522e247
7 changed files with 29 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
var PRECACHE_ID = 'rom-patcher-js';
|
||||
var PRECACHE_VERSION = 'v32';
|
||||
var PRECACHE_VERSION = 'v321';
|
||||
var PRECACHE_URLS = [
|
||||
'/RomPatcher.js/', '/RomPatcher.js/index.html',
|
||||
'/RomPatcher.js/manifest.json',
|
||||
|
@ -19,19 +19,18 @@ var PRECACHE_URLS = [
|
|||
'/RomPatcher.js/rom-patcher-js/modules/BinFile.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/HashCalculator.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.ips.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.bdf.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.bps.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.ups.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.aps_n64.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.aps_gba.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.rup.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.ppf.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.bdf.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.pmsr.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/RomPatcher.format.vcdiff.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/zip.js/z-worker.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/zip.js/zip.min.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/zip.js/inflate.js',
|
||||
'/RomPatcher.js/rom-patcher-js/modules/bz2/bz2.js',
|
||||
/* Rom Patcher JS core (web assets) */
|
||||
'/RomPatcher.js/rom-patcher-js/assets/icon_alert_orange.svg',
|
||||
'/RomPatcher.js/rom-patcher-js/assets/icon_check_circle_green.svg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue