File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Falcon BMS Alternative Launcher Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<item >
3
- <version >1.9.1 </version >
3
+ <version >1.9.2 </version >
4
4
<url >https://github.com/chihirobelmo/FalconBMS-Alternative-Launcher/releases/download/v1.60/Falcon_BMS_Alternative_Launcher_v1.60.zip</url >
5
5
</item >
Original file line number Diff line number Diff line change 313
313
<ItemGroup >
314
314
<Resource Include =" Resources\BackGround_Header_Installer.jpg" />
315
315
</ItemGroup >
316
+ <ItemGroup >
317
+ <Resource Include =" AutoUpdate.xml" />
318
+ </ItemGroup >
316
319
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
317
320
<Target Name =" AfterResolveReferences" >
318
321
<ItemGroup >
Original file line number Diff line number Diff line change 49
49
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
50
50
// 既定値にすることができます:
51
51
// [assembly: AssemblyVersion("1.0.*")]
52
- [ assembly: AssemblyVersion ( "1.9.0 .0" ) ]
53
- [ assembly: AssemblyFileVersion ( "1.9.0 .0" ) ]
52
+ [ assembly: AssemblyVersion ( "1.9.1 .0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "1.9.1 .0" ) ]
Original file line number Diff line number Diff line change 13
13
14
14
using MahApps . Metro . Controls ;
15
15
16
+ using AutoUpdaterDotNET ;
17
+
16
18
namespace FalconBMS . Launcher . Windows
17
19
{
18
20
/// <summary>
@@ -48,6 +50,8 @@ public MainWindow()
48
50
/// <param name="e"></param>
49
51
private void Window_Loaded ( object sender , RoutedEventArgs e )
50
52
{
53
+ AutoUpdater . Start ( "https://raw.githubusercontent.com/chihirobelmo/FalconBMS-Alternative-Launcher/master/Falcon%20BMS%20Alternative%20Launcher/AutoUpdate.xml" ) ;
54
+
51
55
System . Reflection . Assembly asm = System . Reflection . Assembly . GetExecutingAssembly ( ) ;
52
56
System . Version ver = asm . GetName ( ) . Version ;
53
57
You can’t perform that action at this time.
0 commit comments