mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-31 06:16:33 -04:00
Disable sshyp-sync-shim on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user