fix: URL not found caused by cache folder changes (#40)

This commit is contained in:
mio
2023-07-19 12:02:09 +08:00
parent 8628625a27
commit 947101cc43
4 changed files with 168 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "star-rail-warp-export",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/electron/main/main.js",
"author": "biuuu <https://github.com/biuuu>",
"license": "MIT",
@ -94,6 +94,7 @@
"element-plus": "^2.3.7",
"fs-extra": "^10.0.0",
"get-stream": "^6.0.1",
"glob": "^10.3.3",
"jest": "^29.5.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",