Skip to content

Commit 456135a

Browse files
authored
Merge pull request #1015 from hillin/main
Update Migration Guide
2 parents 7e6760a + 300f525 commit 456135a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Core/Migration-Guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dotnet add package ElectronNET.Core.AspNet # For ASP.NET projects
3131
### Step 2: Configure Project Settings
3232

3333
**Auto-generated Configuration:**
34-
ElectronNET.Core automatically creates `electron-builder.json` during the first build or NuGet restore. No manual configuration is needed for basic setups.
34+
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.
3535

3636
**Migrate Existing Configuration:**
3737
If you have an existing `electron.manifest.json` file:
@@ -63,6 +63,9 @@ You can also manually edit `electron-builder.json`:
6363
}
6464
```
6565

66+
**Modify Launch Settings:**
67+
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](../Using/Debugging.md) for details.
68+
6669
## 🎯 Testing Migration
6770

6871
After completing the migration steps:

0 commit comments

Comments
 (0)