From 77a3853a4ef0a468ecdfc237550cf507c0a76897 Mon Sep 17 00:00:00 2001 From: dawie Date: Fri, 30 Jan 2026 18:23:55 +0200 Subject: [PATCH] Fix library.json - add libArchive: false for WLED build system --- usermods/GPU_Fan_Controller/library.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/usermods/GPU_Fan_Controller/library.json b/usermods/GPU_Fan_Controller/library.json index 26198589..a4f453d0 100644 --- a/usermods/GPU_Fan_Controller/library.json +++ b/usermods/GPU_Fan_Controller/library.json @@ -1,10 +1,6 @@ { - "name": "GPU Fan Controller", - "version": "1.0.0", - "description": "PWM fan controller for GPU cooling via external temperature API", - "authors": [ - {"name": "WLED Community"} - ], - "license": "MIT", - "homepage": "https://github.com/wled/WLED" + "name": "GPU_Fan_Controller", + "build": { + "libArchive": false + } }