Update README.md

This commit is contained in:
0% [█ █ █ █ █ █ █ █ █ █] 100% 2026-06-14 23:42:23 -05:00
parent c0dfd2a176
commit a12f25f5b3

View File

@ -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. * **`index.html`**: Contains the custom file-backed `localStorage` polyfill and the instant-load splash screen.
### 2. Peercord Installer (C# / Avalonia UI) ### 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). * **`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. * **`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.