https sync

This commit is contained in:
2025-04-10 09:16:01 -07:00
parent cc9c5013a9
commit fad2db46b5
5 changed files with 726 additions and 5 deletions

View File

@ -147,7 +147,7 @@ public class Worker : BackgroundService
_Logger.LogWarning("Must pass a argument!");
CreateWindowsShortcut();
}
else if (Directory.Exists(_Args[0]))
else if (Directory.Exists(_Args[0].Split('|')[0]) || Directory.Exists(_Args[0]))
{
if (!_ConsoleKeys.Contains(consoleKey))
{