From 867a9e5a498d85e2722730ed88c5f00560c7c354 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 2 Sep 2018 14:31:12 -0400 Subject: [PATCH] Oops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05890fc..4d8528d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You do not have to worry about importing this in non-Windows-only files; it does If you wish to use your own manifest instead, you can use the one in `winmanifest` as a template to see what's required and how. You'll need to specify the template in a `.rc` file and use `windres` in MinGW-w64 to generate a `.syso` file as follows: -```` +``` windres -i resources.rc -o winmanifest_windows_GOARCH.syso -O coff ```