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

fix: set fake patch file name when picking a patch from a zip file

This commit is contained in:
Marc Robledo 2024-08-11 21:43:36 +02:00
parent de2f0e5c7d
commit 9ec774421e
2 changed files with 7 additions and 7 deletions

View file

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