Fix library.json - add libArchive: false for WLED build system
This commit is contained in:
parent
7d398f3529
commit
77a3853a4e
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user