Disable sshyp-sync-shim on Windows

This commit is contained in:
2024-03-08 10:43:00 -05:00
parent f35d1b3741
commit f83bdb9bdb
4 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -152,7 +152,10 @@ func main() {
case "clipclear":
offline.ClipClearArgument()
case "sync":
cli.SshypSync() // TODO Remove after native sync is implemented
if !offline.Windows {
cli.SshypSync() // TODO Remove after native sync is implemented
}
os.Exit(0)
case "init":
cli.TempInitCli()
case "tweak": // TODO offline.Tweak(), exit after run