mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-12-02 19:17:17 +01:00
Fixed tiny typo
This commit is contained in:
parent
f226f1ade6
commit
a90aec2b13
@ -60,7 +60,7 @@ int main(int argc, char** argv)
|
|||||||
"A detailed change log is available [here](https://github.com/valinet/ExplorerPatcher/blob/master/CHANGELOG.md).\n"
|
"A detailed change log is available [here](https://github.com/valinet/ExplorerPatcher/blob/master/CHANGELOG.md).\n"
|
||||||
"An archive containing all the files generated during the build process (including `dxgi.dll` and symbol files) is available [here](%s).\n\n"
|
"An archive containing all the files generated during the build process (including `dxgi.dll` and symbol files) is available [here](%s).\n\n"
|
||||||
"*This release has been published automatically from %s %s in branch [%s](https://github.com/valinet/ExplorerPatcher/tree/%s/).*",
|
"*This release has been published automatically from %s %s in branch [%s](https://github.com/valinet/ExplorerPatcher/tree/%s/).*",
|
||||||
argv == 4 ? argv[3] : "https://github.com/valinet/ExplorerPatcher/actions",
|
argc == 4 ? argv[3] : "https://github.com/valinet/ExplorerPatcher/actions",
|
||||||
argc == 4 ? "commits up to and including" : "the latest commits",
|
argc == 4 ? "commits up to and including" : "the latest commits",
|
||||||
argc == 4 ? argv[1] : "",
|
argc == 4 ? argv[1] : "",
|
||||||
argc == 4 ? argv[2] : "master",
|
argc == 4 ? argv[2] : "master",
|
||||||
|
Loading…
Reference in New Issue
Block a user