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:
parent
94529e1a52
commit
30caa1f819
3 changed files with 36 additions and 15 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue