Skip to content

Commit

Permalink
messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpannella committed Aug 20, 2022
1 parent f4454ca commit a5fcdc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ internal class Program
private const string API_URL = "https://api.github.com/repos/mattpannella/pocket_core_autoupdate_net/releases";
private static async Task Main(string[] args)
{
Console.WriteLine("Analogue Pocket Core Updater v" + VERSION);
Console.WriteLine("Checking for updates...");
if(await CheckVersion()) {
Console.WriteLine("A new version of this utility is availailable. Go to this url to download it:");
Console.WriteLine("A new version is available. Go to this url to download it:");
Console.WriteLine("https://github.com/mattpannella/pocket_core_autoupdate_net/releases");
Console.WriteLine("Would you like to continue anyway? [y/n]:");
ConsoleKey response = Console.ReadKey(false).Key;
Expand Down

0 comments on commit a5fcdc3

Please sign in to comment.