diff options
| author | FSasquatch <[email protected]> | 2021-06-12 21:53:56 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-12 18:23:56 +0200 |
| commit | ae9cea03f0a7fd7f9348a3f2bb10a23fbd446d99 (patch) | |
| tree | a52ff46059f65bc4f0fbff8d55dc182613840131 /projects/scripts | |
| parent | de7b8ad55179a7c1937fbd0614ad6fcd4c4874b3 (diff) | |
| download | raylib-ae9cea03f0a7fd7f9348a3f2bb10a23fbd446d99.tar.gz raylib-ae9cea03f0a7fd7f9348a3f2bb10a23fbd446d99.zip | |
Changed windows-build to build-windows (#1822)
Diffstat (limited to 'projects/scripts')
| -rw-r--r-- | projects/scripts/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/scripts/README.md b/projects/scripts/README.md index ccc4b4db..abb65b77 100644 --- a/projects/scripts/README.md +++ b/projects/scripts/README.md @@ -6,7 +6,7 @@ exception to this however, and that is Windows, because Windows doesn't have a built-in C compiler. On Windows, you'll need to install [Visual Studio][visual-studio] or the [build tools][vs-tools]. If you didn't install them in the default location, write your changes around -line 101 of [`windows-build.bat`](windows-build.bat). +line 101 of [`build-windows.bat`](build-windows.bat). ## Script customization First of all, the scripts have a few variables at the very top, which |
