From 400a0b8fc2911b5fd3ab4567688dc335ef2bea7c Mon Sep 17 00:00:00 2001 From: Aetopia Date: Mon, 11 Mar 2024 11:25:43 +0530 Subject: [PATCH] Add link to Build.cmd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc068c0..5f5e918 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ Out of the 3 methods, the 3rd one maybe used safely with any UWP app to prevent ## Building 1. Install [`GCC`](https://github.com/brechtsanders/winlibs_mingw) and [`UPX`](https://upx.github.io) for optional compression. -2. Run `Build.cmd`. +2. Run [`Build.cmd`](Build.cmd).