~ over | split

This commit is contained in:
2025-05-17 07:51:53 -07:00
parent 8f22f188a2
commit 8ca489d818
10 changed files with 12 additions and 12 deletions

View File

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