Skip to content

Commit 5f20656

Browse files
committed
fix exe name in building.md
1 parent 16f30a6 commit 5f20656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ This will compile your source code and produce the final executable.
6161
The executable is located inside the build directory. The exact path to the executable will depend on choosen profile and build type.
6262

6363
```
64-
./build/{compiler-compiler_version-arch"}/{{PROJECT_NAME}}.exe
64+
./build/{compiler-compiler_version-arch"}/{{PROJECT_NAME_LOWER}}.exe
6565
```

0 commit comments

Comments
 (0)