Skip to content

Commit c08b667

Browse files
committed
update upgdrade guide
1 parent cf48607 commit c08b667

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

resources/views/docs/desktop/2/getting-started/upgrade-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ order: 1200
1717
### Low Impact Changes
1818

1919
- [Modifying the Electron backend](#modifying-the-electron-backend)
20+
- [New build output location][#new-dist-location]
2021

2122
## Upgrading To 2.0 From 1.x
2223

@@ -54,9 +55,13 @@ v2 drops support for macOS **_Catalina_** and **_Big Sur_**. This change comes f
5455

5556
## Renamed `native:serve` command
5657

57-
The `artisan native:serve` command has been renamed to `artisan native:run` for better symmetry with the mobile package.
58+
The `artisan native:serve` command has been deprecated and renamed to `artisan native:run` for better symmetry with the mobile package.
5859
Please update the `composer native:dev` script to reference the new run command.
5960

61+
## New `dist` location
62+
63+
The build output has moved to `nativephp/electron/dist`
64+
6065
## Security defaults
6166

6267
`nodeIntegration` is now disabled by default. While this improves security, it may affect applications that rely on this functionality. You can easily re-enable it using `Window::webPreferences()` where needed.

0 commit comments

Comments
 (0)