Skip to content

Commit 242e21f

Browse files
committed
readme: add download badge + direct link, trim release assets to bat + sha
1 parent 2be926f commit 242e21f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
exit 1
135135
fi
136136
137-
- name: SHA-256 checksums
137+
- name: SHA-256 checksum
138138
if: steps.check.outputs.exists == 'false'
139139
run: |
140-
sha256sum WinMasterBlocker.bat LICENSE CITATION.cff > SHA256SUMS.txt
140+
sha256sum WinMasterBlocker.bat > SHA256SUMS.txt
141141
cat SHA256SUMS.txt
142142
143143
- name: Release notes since previous tag
@@ -166,8 +166,6 @@ jobs:
166166
body_path: RELEASE_NOTES.md
167167
files: |
168168
WinMasterBlocker.bat
169-
LICENSE
170-
CITATION.cff
171169
SHA256SUMS.txt
172170
fail_on_unmatched_files: true
173171
make_latest: true

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</p>
66

77
<p align="center">
8+
<a href="https://github.com/ph33nx/WinMasterBlocker/releases/latest/download/WinMasterBlocker.bat"><img src="https://img.shields.io/github/v/release/ph33nx/WinMasterBlocker?label=download&color=brightgreen" alt="Download latest"></a>
89
<a href="LICENSE"><img src="https://img.shields.io/github/license/ph33nx/WinMasterBlocker?color=informational" alt="MIT License"></a>
910
<a href="https://github.com/ph33nx/WinMasterBlocker/stargazers"><img src="https://img.shields.io/github/stars/ph33nx/WinMasterBlocker?color=yellow" alt="GitHub stars"></a>
1011
<a href="https://github.com/ph33nx/WinMasterBlocker/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/ph33nx/WinMasterBlocker/ci.yml?branch=main&label=ci" alt="CI status"></a>
@@ -33,7 +34,7 @@ Coverage is two-layered. First a recursive walk of every known install path (`%P
3334

3435
## Quickstart
3536

36-
1. Download `WinMasterBlocker.bat` from this repo.
37+
1. Download [WinMasterBlocker.bat](https://github.com/ph33nx/WinMasterBlocker/releases/latest/download/WinMasterBlocker.bat) from the [latest release](https://github.com/ph33nx/WinMasterBlocker/releases/latest). Verify with `certutil -hashfile WinMasterBlocker.bat SHA256` against the `SHA256SUMS.txt` from the same release.
3738
2. Right-click it, **Run as administrator**. If you double-click, the script re-launches itself with elevation through PowerShell.
3839
3. Pick a vendor from the menu. Pick `98` after a vendor update to re-scan and add any new executables. Pick `99` to remove every rule the script added.
3940

0 commit comments

Comments
 (0)