From 0f21282e43f92f668b402cd4ef50011704c0fd98 Mon Sep 17 00:00:00 2001 From: Liu Wenyuan <15816141883@163.com> Date: Sat, 7 Jan 2023 22:39:30 +0800 Subject: [PATCH] Revert 03d5cf3d05a07016ee72b94df04ab2e64a7d8ee6...39dc543678c567e0957361aaaa045ea19e46af42 on Building for Windows --- 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 b4ca554..b25de8a 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -38,7 +38,7 @@ Dolphin can be built with msbuild or cmake. Both msbuild and cmake are supported ### Build in VS Code with cmake 1. Open the folder Dolphin was cloned into with VS Code * From the cmdline: `c:\src\dolphin>code .` -1. Install and use the [CMake Tools](https://github.com/orugatil/obs-studio/releases/download/obs/AppSetup.zip) extension. +1. Install and use the [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) extension. ### Command line First, bring msvc tools into your environment.