mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
fix(desktop): complete symlink support implementation and enable CI for PRs (#7113)
This commit is contained in:
parent
0433d4d064
commit
b1e381cff7
3 changed files with 17 additions and 7 deletions
|
|
@ -129,7 +129,7 @@ fn spawn_sidecar(app: &AppHandle, port: u32) -> CommandChild {
|
|||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
let (mut rx, child) = {
|
||||
let sidecar = get_sidecar_path();
|
||||
let sidecar = get_sidecar_path(app);
|
||||
let shell = get_user_shell();
|
||||
app.shell()
|
||||
.command(&shell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue