[WP] Update functionality

This commit is contained in:
BlubbFish 2017-04-25 20:44:17 +00:00
parent 375c92b5c6
commit afe1f5ca4e
5 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ namespace svnsync.Libraries {
internal void SetArgCheckIn(String message) {
String arg = "ci -m \"" + message + "\"";
//System.Threading.Thread.Sleep(100000);
System.Threading.Thread.Sleep(1000000);
this.Runner(arg);
}

View File

@ -72,7 +72,7 @@ namespace svnsync
Updater.Instance.Check();
}
private static void HasUpdate(Object sender, Updater.UpdaterEventArgs e) {
private static void HasUpdate(Object sender, UpdaterEventArgs e) {
if(e.HasUpdates) {
((Updater)sender).Update();
}

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<filelist>
<file Version="1.0.6.1" Filename="SvnSync.exe" GUID="60f4b48e-5616-45af-8dad-ffd3df1115a0">SvnSync</file>
<file Version="1.0.2.6" Filename="Utils.dll" GUID="6f20376a-5c71-4979-9932-13c105d1c6e6">Utils</file>
<file Version="1.0.3.1" Filename="Utils.dll" GUID="6f20376a-5c71-4979-9932-13c105d1c6e6">Utils</file>
</filelist>