diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml new file mode 100644 index 0000000..d11fd2a --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,15 @@ +name: Publish to Winget + +on: + release: + types: [released] + +jobs: + publish: + # Action can only be run on windows + runs-on: windows-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@v1 + with: + identifier: pizzaboxer.Bloxstrap + token: ${{ secrets.WINGET_TOKEN }} diff --git a/README.md b/README.md index 044a349..5446191 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ Here's some of the features that Bloxstrap provides over the stock Roblox bootst ## 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: +``` +winget install pizzaboxer.Bloxstrap +``` + You will also need the [.NET 6 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.9-windows-x64-installer). If you don't already have it installed, you'll be prompted to install it 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".