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
committed by GitHub
parent ff1144e016
commit 0e4245fb25
7 changed files with 191 additions and 20 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 {