Merge pull request #558 from apprehensions/main

Fix Typos
This commit is contained in:
pizzaboxer 2023-08-19 12:40:56 +01:00 committed by GitHub
commit 30b06947d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View File

@ -797,7 +797,7 @@ namespace Bloxstrap
};
}
Dialog?.ShowSuccess($"{App.ProjectName} has succesfully uninstalled", callback);
Dialog?.ShowSuccess($"{App.ProjectName} has successfully uninstalled", callback);
}
#endregion

View File

@ -7,7 +7,7 @@
private static Dictionary<string, ClientVersion> ClientVersionCache = new();
// a list of roblox delpoyment locations that we check for, in case one of them don't work
// a list of roblox deployment locations that we check for, in case one of them don't work
private static List<string> BaseUrls = new()
{
"https://setup.rbxcdn.com",

View File

@ -124,7 +124,7 @@ namespace Bloxstrap.UI
if (_alertClickHandler == clickHandler)
_alertClickHandler = null;
else
App.Logger.WriteLine(LOG_IDENT, "Click handler has been overriden by another alert");
App.Logger.WriteLine(LOG_IDENT, "Click handler has been overridden by another alert");
});
}

View File

@ -17,13 +17,16 @@ Bloxstrap is only supported for PCs running Windows.
## Installing
Download the [latest release of Bloxstrap](https://github.com/pizzaboxer/bloxstrap/releases/latest), and run it. Configure your preferences if needed, and install. That's about it!
Alternatively, you can install Bloxstrap via [Winget](https://winstall.app/apps/pizzaboxer.Bloxstrap) by running this in a Command Prompt window:
```
> winget install bloxstrap
```
You will also need the [.NET 6 Desktop Runtime](https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win11-x64&apphost_version=6.0.16&gui=true). If you don't already have it installed, you'll be prompted to install it anyway. Be sure to install Bloxstrap after you've installed this.
It's not unlikely that Windows Smartscreen will show a popup when you run Bloxstrap for the first time. This happens because it's an unknown program, not because it's actually detected as being malicious. To dismiss it, just click on "More info" and then "Run anyway".
Once installed, Bloxstrap is added to your Start Menu, where you can access the menu and reconfigure your preferences if needed.
If you would like to build Bloxstrap's source code, see the [guide for building from source](https://github.com/pizzaboxer/bloxstrap/wiki/Building-Bloxstrap-from-source).
## Features
Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper: