Added note about checksum of executable file

This commit is contained in:
Daniel S. 2019-09-01 22:54:47 +02:00
parent 7784f97820
commit 37a07242b1
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ cmake --build .
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)