From ab7e80618374fa450260c10bd1408f01fc650b0b Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Sat, 10 Feb 2018 14:05:20 -0600 Subject: [PATCH] The QT binary is named yuzu.exe --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 346fd60..c1581f7 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -91,7 +91,7 @@ mkdir build && cd build cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release .. make -j4 # test yuzu out with -./bin/yuzu-qt.exe +./bin/yuzu.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.**