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

fix RUP overflow data not being processed as it should

fix RUP patch creation with different file sizes
This commit is contained in:
Marc Robledo 2024-11-02 11:35:16 +01:00
parent 1ee279b014
commit df456bdfb9
4 changed files with 67 additions and 21 deletions

View file

@ -6,7 +6,7 @@
*/
var PRECACHE_ID = 'rom-patcher-js';
var PRECACHE_VERSION = 'v30finalfix2';
var PRECACHE_VERSION = 'v31';
var PRECACHE_URLS = [
'/RomPatcher.js/', '/RomPatcher.js/index.html',
'/RomPatcher.js/manifest.json',