diff options
author | 0neGal <mail@0negal.com> | 2021-12-25 22:24:08 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-25 22:24:08 +0100 |
commit | 37679dc22b90eaf2a0f7153d9133f8aedf66d35c (patch) | |
tree | 7be14b05fcda44e3e23e5b14b73856a3b6cbcd70 /package.json | |
parent | 59bd6890cc825592f6070b24681f8314624cc21f (diff) | |
download | Viper-37679dc22b90eaf2a0f7153d9133f8aedf66d35c.tar.gz Viper-37679dc22b90eaf2a0f7153d9133f8aedf66d35c.zip |
basic updater/installer is now working
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 3d613f8..43e7340 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ }, "homepage": "https://github.com/0neGal/viper#readme", "dependencies": { - "electron": "^16.0.5" + "electron": "^16.0.5", + "follow-redirects": "^1.14.6", + "request": "^2.88.2", + "unzipper": "^0.10.11" } } |