Update launch path

This commit is contained in:
Nathan McRae 2025-03-03 21:39:54 -08:00
parent 8d1e910cc5
commit d7852e281d

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/number-station/src/main/java/run.ps1 --station \"" + station.getName() + "\""));
arguments.appendChild(doc.createTextNode("-Version 5 -NoProfile -File P:/personal_root/projects/numbers-station/src/main/java/run.ps1 --station \"" + station.getName() + "\""));
exec.appendChild(arguments);
return doc;