mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
commit
30b06947d1
@ -797,7 +797,7 @@ namespace Bloxstrap
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialog?.ShowSuccess($"{App.ProjectName} has succesfully uninstalled", callback);
|
Dialog?.ShowSuccess($"{App.ProjectName} has successfully uninstalled", callback);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
private static Dictionary<string, ClientVersion> ClientVersionCache = new();
|
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()
|
private static List<string> BaseUrls = new()
|
||||||
{
|
{
|
||||||
"https://setup.rbxcdn.com",
|
"https://setup.rbxcdn.com",
|
||||||
|
@ -124,7 +124,7 @@ namespace Bloxstrap.UI
|
|||||||
if (_alertClickHandler == clickHandler)
|
if (_alertClickHandler == clickHandler)
|
||||||
_alertClickHandler = null;
|
_alertClickHandler = null;
|
||||||
else
|
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");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,14 +17,17 @@ Bloxstrap is only supported for PCs running Windows.
|
|||||||
## Installing
|
## 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!
|
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.
|
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".
|
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.
|
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
|
## Features
|
||||||
Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper:
|
Here's some of the features that Bloxstrap provides over the stock Roblox bootstrapper:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user