Skip to content

fix "building your application for production" link #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It also keeps the connection to the terminal open so you can see and inspect use
in real time.

These builds are unsigned and not meant for distribution. They do not go through various optimizations typically done
when [building your application for production](/docs/publishing) and so they expose more about the inner workings of
when [building your application for production](/docs/desktop/1/publishing/publishing) and so they expose more about the inner workings of
the code than you would typically want to share with your users.

A major part of the build process, even for debug builds, involves _copying_ your application code into the runtime's
Expand Down