From 8247ce72fb7bafa8804018e668a99250cad3757b Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Tue, 22 Mar 2022 09:06:42 -0400 Subject: [PATCH] Update Windows build docs QtCreator screenshot (#3624) Co-authored-by: pajlada --- BUILDING_ON_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index da5ff181..304f2d2d 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -84,7 +84,7 @@ Compiling with Breakpad support enables crash reports that can be of use for dev 1. Open the `chatterino.pro` file by double-clicking it, or by opening it via Qt Creator. 2. You will be presented with a screen that is titled "Configure Project". In this screen, you should have at least one option present ready to be configured, like this: - ![Qt Create Configure Project screenshot](https://i.imgur.com/dbz45mB.png) + ![Qt Create Configure Project screenshot](https://user-images.githubusercontent.com/41973452/159462759-470e5371-671e-478e-85ca-33452ca9bea3.png) 3. Select the profile(s) you want to build with and click "Configure Project". ### How to run and produce builds