diff options
author | 0neGal <mail@0negal.com> | 2024-02-05 17:46:54 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-02-05 17:46:54 +0100 |
commit | 3e37726d3b67058f30b150a7e4b5d5ea74b8dbd8 (patch) | |
tree | a62f166b0dcde25bf5256faab71fd846f1d0efe6 /package.json | |
parent | 688fb4740a3602cbbc971b869130dbb7857f912b (diff) | |
download | Viper-3e37726d3b67058f30b150a7e4b5d5ea74b8dbd8.tar.gz Viper-3e37726d3b67058f30b150a7e4b5d5ea74b8dbd8.zip |
switch to unzip-stream over unzipperv1.11.0
unzipper apparently has a bug that causes extracted files to be
corrupted, switching to unzip-stream may not be the best long term, but
it at least solves this corrupting problem!
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ec6343a..52a3b2e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "marked": "^4.0.10", "recursive-copy": "^2.0.13", "simple-vdf": "^1.1.1", - "unzipper": "^0.10.11" + "unzip-stream": "^0.3.1" }, "devDependencies": { "electron": "^28.2.0", |