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:
Reuven 2026-03-10 10:56:31 -04:00
parent fc92436f52
commit ff91d4e8cf
1 changed files with 1 additions and 4 deletions

View File

@ -30,9 +30,6 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": {
"../../target/release/sensing-server": "bin/sensing-server"
}
]
}
}