diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-11 07:08:42 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-11 07:08:42 -0400 |
| commit | 03f96bcd2afb72dc5fc4674d8a70d7cabd78bec1 (patch) | |
| tree | a79b38f1485f8b80f1517bbaf1fbb3c875bac406 /package.json | |
| parent | fb4516cabb652774ce60e0683bda1af88cc2d09f (diff) | |
| download | decky-lsfg-vk-03f96bcd2afb72dc5fc4674d8a70d7cabd78bec1.tar.gz decky-lsfg-vk-03f96bcd2afb72dc5fc4674d8a70d7cabd78bec1.zip | |
initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json index 9501ba3..6b60965 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,15 @@ "react-icons": "^5.3.0", "tslib": "^2.7.0" }, + "remote_binary_bundling" : true, + "remote_binary": + [ + { + "name": "lsfg-vk-latest.tar.gz", + "url": "https://github.com/xXJSONDeruloXx/lsfg-vk/releases/download/latest/lsfg-vk-latest.tar.gz", + "sha256hash": "913e7bba9f1b58339df0b03cd9a8c4dd8d165912224a869b9ee8dd983ab8f3f7" + } + ], "pnpm": { "peerDependencyRules": { "ignoreMissing": [ |
