From bcfa2b0bdf28b9d15665b6cc6f525ce1526fde71 Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Thu, 5 Jan 2023 10:03:47 +0800 Subject: [PATCH 1/2] Add Winget Releaser workflow --- .github/workflows/winget.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/winget.yml 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 }} From 9cbd7750dc7c7661779fc07527cefcfdec17585a Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Thu, 5 Jan 2023 10:04:13 +0800 Subject: [PATCH 2/2] Add Winget installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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".