Commit e8fde15
Fix sidecar not found in bundled AppImage.
Tauri maps `..` to `_up_` when bundling resources, so `../sidecar/**/*`
ends up at `_up_/sidecar/` in the resource directory. The resolve logic
now checks both `sidecar/` and `_up_/sidecar/` prefixes before falling
back to the compile-time manifest path.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3be7ba4 commit e8fde15
2 files changed
Lines changed: 401 additions & 8 deletions
0 commit comments