mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix a boo-boo
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
return "update-debug.txt";
|
||||
#else
|
||||
return Settings.Default.UpdateChannel.ToLowerInvariant() == "debug" ? "update-debug.txt" : "update.txt";
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif //endif for PORTABLE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user