|
|
@ -957,6 +957,7 @@ namespace ICSharpCode.ILSpy |
|
|
|
w.Style = (Style)Application.Current.FindResource("DialogWindow"); |
|
|
|
w.Style = (Style)Application.Current.FindResource("DialogWindow"); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
ShowsUIOnMainThread = true, |
|
|
|
RelaunchAfterUpdate = false, |
|
|
|
RelaunchAfterUpdate = false, |
|
|
|
CustomInstallerArguments = "", |
|
|
|
CustomInstallerArguments = "", |
|
|
|
Configuration = new JSONConfiguration(new NetSparkleUpdater.AssemblyAccessors.AssemblyReflectionAccessor(null), sparkleSettingsPath) |
|
|
|
Configuration = new JSONConfiguration(new NetSparkleUpdater.AssemblyAccessors.AssemblyReflectionAccessor(null), sparkleSettingsPath) |
|
|
|