개정판 1e91e783
update 인증을 Unsafe로 변경
Change-Id: Ie40d83a0cf9053f140acb7bc9780ace10eabe1d4
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/MainWindow.xaml.cs | ||
---|---|---|
67 | 67 |
File.Copy(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "kcom.exe"), KcomPath); |
68 | 68 |
} |
69 | 69 |
|
70 |
_sparkle = new SparkleUpdater(App.AppCastUri, new Ed25519Checker(Enums.SecurityMode.Strict, null, "NetSparkle_Ed25519.pub"), KcomPath)
|
|
70 |
_sparkle = new SparkleUpdater(App.AppCastUri, new Ed25519Checker(Enums.SecurityMode.Unsafe, null, "NetSparkle_Ed25519.pub"), KcomPath)
|
|
71 | 71 |
{ |
72 | 72 |
UIFactory = new NetSparkleUpdater.UI.WPF.UIFactory(NetSparkleUpdater.UI.WPF.IconUtilities.ToImageSource(icon)), |
73 | 73 |
ShowsUIOnMainThread = true, |
내보내기 Unified diff