Skip to content

Commit 41ffdc5

Browse files
authored
Rephrase rsrc.syso explanation to be more concise
1 parent 986a98f commit 41ffdc5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,4 @@ List may be expanded, for now only tested on 1803.
6565

6666
## On `rsrc.syso`
6767

68-
`gameutil/` and `multichoice/` both contain a binary file `rsrc.syso` that gets linked into the executable upon building.
69-
They were created with [rsrc](https://github.com/akavel/rsrc), a Go tool that embeds a Windows manifest to get a standalone executable.
70-
It is needed for the GUI module, [Walk](https://github.com/lxn/walk) to function.
71-
Walk's repository explains [why](https://github.com/lxn/walk/blob/c389da54e794a411ec9c9bfda01f2a0eb1b5a9b4/README.mdown#application-manifest-files)
72-
and [how to produce manifests/syso files](https://github.com/lxn/walk/blob/c389da54e794a411ec9c9bfda01f2a0eb1b5a9b4/README.mdown#create-manifest-testmanifest).
73-
The manifests embedded here are the exact XML from their example.
68+
`gameutil/` and `multichoice/` both contain a binary file `rsrc.syso` that gets linked into the executable upon building. They were created with [rsrc](https://github.com/akavel/rsrc) and contain a manifest required for the GUI module [Walk](https://github.com/lxn/walk) to function. The manifests in question have the exact XML content from [Walk's example](https://github.com/lxn/walk/blob/c389da54e794a411ec9c9bfda01f2a0eb1b5a9b4/README.mdown#create-manifest-testmanifest).

0 commit comments

Comments
 (0)