diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-08-23 15:23:23 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-08-23 15:23:23 -0700 |
| commit | de1c89af21dff08cf75135228e745bd2e4b1df6d (patch) | |
| tree | 89f29139de7cf66dcee5b88060f31f75578cb2cc /frontend/package.json | |
| parent | 8b3f569a09db9daf7748426f916a66591159928f (diff) | |
| download | decky-loader-de1c89af21dff08cf75135228e745bd2e4b1df6d.tar.gz decky-loader-de1c89af21dff08cf75135228e745bd2e4b1df6d.zip | |
Fix updater being corrupted by multiple attempts to download
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index 439de55b..d5224648 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ } }, "dependencies": { - "decky-frontend-lib": "^1.7.5", + "decky-frontend-lib": "^1.7.8", "react-icons": "^4.4.0" } } |
