Fix updater bug and update readme

This commit is contained in:
pizzaboxer 2022-08-11 08:42:05 +01:00
parent bacb650ddc
commit 6152bce70d
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@ namespace Bloxstrap.Helpers
FileVersionInfo currentVersionInfo = FileVersionInfo.GetVersionInfo(Environment.ProcessPath);
FileVersionInfo installedVersionInfo = FileVersionInfo.GetVersionInfo(Program.FilePath);
if (installedVersionInfo != currentVersionInfo)
if (installedVersionInfo.ProductVersion != currentVersionInfo.ProductVersion)
{
DialogResult result = MessageBox.Show(
$"The version of {Program.ProjectName} you've launched is newer than the version you currently have installed.\nWould you like to update your installed version of {Program.ProjectName}?",

View File

@ -15,10 +15,9 @@ Please keep in mind that **Bloxstrap is in very early development**, and you'll
Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper:
* Bootstrapper style can be customized (including being able to emulate older version looks)
* Install location can be selected (useful if you usually install all your games on a separate drive)
* Support for the old death sound (no messing around with your install folder, and it persists on updates!)
Some more features that we hope to add include more custom styles, and Discord Rich Presence support.
* Ability to choose where to install Roblox to
* Old death sound can be re-enabled permanently
* Support for Discord Rich Presence
## Installing
Bloxstrap requires the [x86 .NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.7-windows-x86-installer). If you don't already have it installed, you'll be prompted to install it when running Bloxstrap.