Attempt fix monorepo build (#404)

* add latest changes and fix launcher

* add optional tag specify

* fix client release

* empty commit
This commit is contained in:
DecDuck
2026-04-27 13:06:36 +10:00
parent ff1144e016
commit bf7ce5927f
9 changed files with 187 additions and 22 deletions
@@ -40,7 +40,7 @@ impl ProcessHandler for WindowsLauncher {
_current_dir: &str,
_database: &Database,
) -> Result<String, ProcessError> {
Ok(format!("cmd /C \"{}\"", launch_command))
Ok(format!("pwsh \"cmd /C \"{}\"\"", launch_command))
}
fn valid_for_platform(&self, _db: &Database, _target: &Platform) -> bool {
Submodule desktop/src-tauri/tailscale/libtailscale deleted from 78294ac1d6