#Part 7. Ship Checklist
#Part 7 Section 1. Before Sharing A Build
- check passes. - The app launches from bin. - The mandatory Runtime package screen appears without flashing. - Assets load from the compiled output. - Saves use .cb when ClosedBit owns the file. - HTML UI files are packaged when CB-UI is used. - .exe output includes required runtime pieces. - License verification runs through the compiler path. - Errors use plain language and link to /docs/errors/ when useful. - The output runs on a clean machine, not just on the dev box.
That is enough for this guide. The deeper catalog is there when a project needs it, but the first job is to build one small app cleanly.
