From a12f25f5b32edc3a0abb15244c9537b26767bc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?0=25=20=5B=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20=E2=96=88=20?= =?UTF-8?q?=E2=96=88=5D=20100=25?= Date: Sun, 14 Jun 2026 23:42:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccea37..9f7fbcc 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The main application is built using Vite, React, TailwindCSS, and Electron. It u * **`index.html`**: Contains the custom file-backed `localStorage` polyfill and the instant-load splash screen. ### 2. Peercord Installer (C# / Avalonia UI) -Located in the `Installers/` directory, this is a cross-platform setup wizard built with Avalonia UI. +Located in the `Peercord Installer Source/` directory, this is a cross-platform setup wizard built with Avalonia UI. * **`MainWindow.axaml.cs`**: The UI logic for the setup wizard (Welcome -> Location -> Install -> Finish). * **`Installers/Windows.cs`**: Handles downloading the Windows `.zip` release, extracting it safely, creating Start Menu/Desktop shortcuts via COM interfaces (`IShellLinkW`), and writing to the Windows Registry.