diff --git a/Building-for-Windows.md b/Building-for-Windows.md index ec066f9..9217ac1 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -79,7 +79,7 @@ cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=mingw3 # should we use `make`? mingw32-make -j4 # test Citra out with -./src/citra_qt/citra-qt.exe +./bin/citra-qt.exe ``` ##### Note! This build is not a static build meaning that you need to include all of the dlls with the exe in order to use it.