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:
@@ -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
Reference in New Issue
Block a user