Guide Index Previous Part Next Part Download Markdown

#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.

This checklist is the beginning of release work, not the declaration that a build is finished. Parts 8 through 16 cover the deeper engineering rules used by ClosedBit itself.