Merge pull request #63 from sitiom/winget-releaser

Add Winget Releaser workflow
This commit is contained in:
pizzaboxer 2023-01-05 10:45:25 +00:00 committed by GitHub
commit 0720b0726a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

15
.github/workflows/winget.yml vendored Normal file
View File

@ -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 }}

View File

@ -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".