1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-07-27 16:48:31 +00:00

added full support for PPF2, also fixed PPF patching when patch file had an embeded file_id.diz, this should fix all PPF files!

This commit is contained in:
Marc Robledo 2020-02-21 19:21:09 +01:00
parent 94529e1a52
commit 30caa1f819
3 changed files with 36 additions and 15 deletions

View file

@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){
});
var PRECACHE_ID='rom-patcher-js';
var PRECACHE_VERSION='v6';
var PRECACHE_VERSION='v7';
var PRECACHE_URLS=[
'/RomPatcher.js/','/RomPatcher.js/index.html',
'/RomPatcher.js/manifest.json',