mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-08-06 16:50:54 +00:00
- feat: inputMd5 validation in embeded patch object
- fix (patch-builder): do not load webworker if Patch Builder JS is not initialized
This commit is contained in:
parent
a4284790e0
commit
9da53f0db5
2 changed files with 121 additions and 60 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
var PRECACHE_ID = 'rom-patcher-js';
|
||||
var PRECACHE_VERSION = 'v30rc4';
|
||||
var PRECACHE_VERSION = 'v30rc4b';
|
||||
var PRECACHE_URLS = [
|
||||
'/RomPatcher.js/', '/RomPatcher.js/index.html',
|
||||
'/RomPatcher.js/manifest.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue