Add Briefcase config and update docs

This commit is contained in:
thePR0M3TH3AN
2025-07-18 11:11:13 -04:00
parent c83dab7793
commit 66dfb9d205
2 changed files with 47 additions and 3 deletions

View File

@@ -15,6 +15,15 @@ briefcase build
briefcase run
```
`briefcase create` only needs to be executed once per platform. After the
initial creation step you can repeatedly run `briefcase build` followed by
`briefcase run` to test your packaged application on Windows, macOS or Linux.
## Command Overview
- **`briefcase create`** — generates the project scaffold for your
operating system. Run this once per platform.
- **`briefcase build`** — compiles dependencies and produces the
distributable bundle.
- **`briefcase run`** — launches the packaged application so you can test
it locally.
After the initial creation step you can repeatedly run `briefcase build`
followed by `briefcase run` to test your packaged application on Windows,
macOS or Linux.