mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 18:47:33 +09:00
Merge pull request #351 from peppy/installer-updater
Minor fixes / framework update.
This commit is contained in:
commit
6e0a2ec7da
@ -1 +1 @@
|
|||||||
Subproject commit e776f6f2729bbe93206c4e8c089eeca57522fcf7
|
Subproject commit eae237f6a7e2a6e7d7c621b2382bb08de2b470b8
|
@ -47,6 +47,10 @@ namespace osu.Desktop.Overlays
|
|||||||
private async void updateChecker()
|
private async void updateChecker()
|
||||||
{
|
{
|
||||||
updateManager = await UpdateManager.GitHubUpdateManager(@"https://github.com/ppy/osu", @"osulazer", null, null, true);
|
updateManager = await UpdateManager.GitHubUpdateManager(@"https://github.com/ppy/osu", @"osulazer", null, null, true);
|
||||||
|
|
||||||
|
if (!updateManager.IsInstalledApp)
|
||||||
|
return;
|
||||||
|
|
||||||
var info = await updateManager.CheckForUpdate();
|
var info = await updateManager.CheckForUpdate();
|
||||||
if (info.ReleasesToApply.Count > 0)
|
if (info.ReleasesToApply.Count > 0)
|
||||||
{
|
{
|
||||||
|
@ -22,5 +22,5 @@ using System.Runtime.InteropServices;
|
|||||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||||
[assembly: Guid("55e28cb2-7b6c-4595-8dcc-9871d8aad7e9")]
|
[assembly: Guid("55e28cb2-7b6c-4595-8dcc-9871d8aad7e9")]
|
||||||
|
|
||||||
[assembly: AssemblyVersion("0.0.3")]
|
[assembly: AssemblyVersion("0.0.5")]
|
||||||
[assembly: AssemblyFileVersion("0.0.3")]
|
[assembly: AssemblyFileVersion("0.0.5")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user