This commit is contained in:
Cody Tilkins 2019-02-25 05:31:42 -05:00 коммит произвёл Cheng Zhao
Родитель 6daf749a38
Коммит ca7064eb01
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -16,7 +16,7 @@ Prebuilt binaries can be found in the artifacts of appveyor jobs.
If you have modified the gyp files, you should regenerate the solution files:
1. Make sure you have gyp is configured in your system. If not, clone gyp from
1. Make sure you have gyp configured on your system. If not, clone gyp from
https://chromium.googlesource.com/external/gyp
2. Run `gyp rcedit.gyp --depth .`
@ -90,4 +90,4 @@ Get resource string:
```bash
$ rcedit "path-to-exe-or-dll" --get-resource-string id_number
```
```