Added note about checksum of executable file
This commit is contained in:
parent
7784f97820
commit
37a07242b1
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ cmake --build .
|
||||||
cmake --install .
|
cmake --install .
|
||||||
```
|
```
|
||||||
|
|
||||||
this will drop the compiled files into `./build/bin`
|
this will drop the compiled files into `./build/bin`
|
||||||
|
|
||||||
|
(this has only been tested with `Scrap.exe` with a SHA1 checksum of `d2dde960e8eca69d60c2e39a439088b75f0c89fa`, other version might crash if the memory offsets don't match)
|
Loading…
Reference in a new issue