From f6d6167604be8ee43a3caa59e7e398cc2e8084f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:18:53 +0000 Subject: [PATCH] Update wiki 456135a56230252ff9b8fa558f88eb53670491e6 --- Migration-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Migration-Guide.md b/Migration-Guide.md index 50a31f3..6abb7f0 100644 --- a/Migration-Guide.md +++ b/Migration-Guide.md @@ -30,7 +30,7 @@ dotnet add package ElectronNET.Core.AspNet # For ASP.NET projects ### Step 2: Configure Project Settings **Auto-generated Configuration:** -ElectronNET.Core automatically creates `electron-builder.json` during the first build or NuGet restore. No manual configuration is needed for basic setups. +ElectronNET.Core automatically creates `electron-builder.json` in the `Properties` folder of your project during the first build or NuGet restore. No manual configuration is needed for basic setups. **Migrate Existing Configuration:** If you have an existing `electron.manifest.json` file: @@ -62,6 +62,9 @@ You can also manually edit `electron-builder.json`: } ``` +**Modify Launch Settings:** +ElectronNET.Core no longer needs a separate CLI tool (electronize.exe) for launching. You should update your launch settings to use either the ASP.NET-first or Electron-first approach. See [Debugging](Debugging) for details. + ## 🎯 Testing Migration After completing the migration steps: