We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117abfe commit 2a0f5caCopy full SHA for 2a0f5ca
lib/src/main/java/com/commonwealthrobotics/LatestFromGithubLaunchUI.java
@@ -178,7 +178,9 @@ public void launchApplication() {
178
String fc =!isWin()?
179
command + " " + bindir + myVersionString + "/" + jarName+"":
180
command + " \"" + bindir + myVersionString + "/" + jarName+"\"";
181
-
+ for(String s:argsFromSystem) {
182
+ fc+=(" "+s);
183
+ }
184
185
String finalCommand=fc;
186
System.out.println("Running:\n\n"+finalCommand+"\n\n");
0 commit comments