Skip to content

Commit 134f5a2

Browse files
removed quotation marks
1 parent b128398 commit 134f5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SetupWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private async void FindJava()
199199
foreach (var java in javas)
200200
{
201201
Process jcheck = new Process();
202-
jcheck.StartInfo.FileName = "java";
202+
jcheck.StartInfo.FileName = java;
203203
jcheck.StartInfo.Arguments = "-fullversion";
204204
jcheck.StartInfo.UseShellExecute = false;
205205
jcheck.StartInfo.RedirectStandardError = true;

0 commit comments

Comments
 (0)