summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-09-02 14:31:12 -0400
committerPietro Gagliardi <[email protected]>2018-09-02 14:31:12 -0400
commit867a9e5a498d85e2722730ed88c5f00560c7c354 (patch)
treec31cf850b4a0247bc69c1cd40583b8df1b543d98 /README.md
parentadd47bf25ef41c409d193b2104b368d4de0b3684 (diff)
Oops
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```