Changed startup command

This commit is contained in:
Connor Yoh 2025-07-15 14:54:38 +01:00
parent 679d3efc81
commit f9e9834eb4

View File

@ -152,8 +152,6 @@ fn run_stirling_pdf_jar(app: &tauri::AppHandle, java_path: &PathBuf, jar_path: &
"-DSTIRLING_PDF_TAURI_MODE=true", "-DSTIRLING_PDF_TAURI_MODE=true",
&log_path_option, &log_path_option,
"-Dlogging.file.name=stirling-pdf.log", "-Dlogging.file.name=stirling-pdf.log",
&config_path_option,
&user_dir_option,
"-jar", "-jar",
jar_path.to_str().unwrap() jar_path.to_str().unwrap()
]; ];