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.