Update launch path again

This commit is contained in:
Nathan McRae 2025-03-05 22:46:29 -08:00
parent 1347f313c7
commit 49aa06fb03

View File

@ -221,7 +221,7 @@ public class WindowsScheduler {
exec.appendChild(command);
Element arguments = doc.createElement("Arguments");
arguments.appendChild(doc.createTextNode("-Version 5 -NoProfile -File P:/personal_root/projects/numbers-station/src/main/java/run.ps1 --station \"" + station.getName() + "\""));
arguments.appendChild(doc.createTextNode("-Version 5 -NoProfile -File P:/personal_root/projects/numbers-station/run.ps1 --station \"" + station.getName() + "\""));
exec.appendChild(arguments);
return doc;