fix: path inheritance on mac and linux

This commit is contained in:
2025-10-26 13:44:26 +05:30
parent 90d2252ff3
commit 14fed76c1e
5 changed files with 514 additions and 607 deletions

View File

@@ -452,6 +452,7 @@ async fn pause_ongoing_downloads(
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub async fn run() {
let _ = fix_path_env::fix();
let migrations = migrations::get_migrations();
let config = load_config();
let port = config.port;