Skip to content

Commit

Permalink
Fix VoodooSMBus build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jan 3, 2023
1 parent 3b1c3f9 commit f5ddb0b
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,38 @@
"-scheme",
"VoodooSMBus"
],
"Debug File": "build/Debug/*.zip",
"Debug File": "build/Build/Products/Debug/debug.zip",
"Desc": "Synaptic Trackpad driver over SMBus/I2C for macOS",
"Name": "VoodooSMBus",
"Release File": "build/Release/*.zip",
"Post-Build": [
{
"args": [
"-r",
"-X",
"release.zip",
".",
"-i",
"./*.kext/*"
],
"cwd": "build/Build/Products/Release",
"name": "Zip Release Directory",
"path": "zip"
},
{
"args": [
"-r",
"-X",
"debug.zip",
".",
"-i",
"./*.kext/*"
],
"cwd": "build/Build/Products/Debug",
"name": "Zip Debug Directory",
"path": "zip"
}
],
"Release File": "build/Build/Products/Release/release.zip",
"Type": "Kext",
"URL": "https://github.com/VoodooSMBus/VoodooSMBus"
},
Expand Down

0 comments on commit f5ddb0b

Please sign in to comment.