Skip to content

Commit 5c6aeb0

Browse files
Update docs/getting-started.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4eb9a86 commit 5c6aeb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Understanding the architecture helps when troubleshooting or customizing your se
163163
`winapp run` is the core primitive that the other tools build on. Given a path to an `AppxManifest.xml`, it:
164164

165165
1. Creates a **loose-layout package** — a folder structure with your app binaries and manifest, registered with Windows via the same APIs that Visual Studio uses.
166-
2. Registers the package identity with the system using `Add-AppxPackage`.
166+
2. Registers the package identity with the system using the Windows app deployment APIs.
167167
3. Launches the app through the Windows Application Activation Manager.
168168
4. Prints the **process ID** to stdout, which callers (the VS Code extension, MSBuild targets, Electron Forge, etc.) use to attach a debugger.
169169

0 commit comments

Comments
 (0)