Skip to content

Commit

Permalink
Merge pull request #68 from codekgithub/master
Browse files Browse the repository at this point in the history
拉起java应用
  • Loading branch information
nnhy authored Aug 15, 2024
2 parents 85752b3 + 49352bb commit e8f6ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stardust/Managers/ServiceController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public Boolean Start()
}
else if (file.EndsWithIgnoreCase(".jar"))
{
args = $"{fileName} {args}";
args = $" -jar {fileName} {args}";
fileName = "java";
}

Expand Down

0 comments on commit e8f6ee6

Please sign in to comment.