Update DEVELOPMENT.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Brooks 2025-10-04 02:07:15 -05:00 committed by GitHub
parent e5a5cd758d
commit 15b8754589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ Or if you want to manually create the symlink use:
rem Windows
cd internal/native/cgo
del ui
mklink /d ui ../eez/src/ui
mklink /d ui ..\eez\src\ui
```
---