fix(desktop): remove bundled sensing-server resource for CI build
The sensing-server binary was referenced in tauri.conf.json but doesn't exist in CI environment. Removed the resources section to fix the build. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
fc92436f52
commit
ff91d4e8cf
|
|
@ -30,9 +30,6 @@
|
|||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"resources": {
|
||||
"../../target/release/sensing-server": "bin/sensing-server"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue