1
0
Fork 0
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:
Marc Robledo 2024-08-31 10:17:32 +02:00
parent a4284790e0
commit 9da53f0db5
2 changed files with 121 additions and 60 deletions

View file

@ -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',