Skip to content

Commit

Permalink
Update desktop-app.rst (#6569)
Browse files Browse the repository at this point in the history
* Update desktop-app.rst

* Update source/deploy/desktop-app.rst

Co-authored-by: Devin Binnie <[email protected]>

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
Co-authored-by: Devin Binnie <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2023
1 parent 8e619e7 commit b516e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/deploy/desktop-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ This page provides a guide on how to customize and distribute your own Mattermos
Custom build configuration
--------------------------

You can customize and distribute your own Mattermost desktop application by configuring `src/common/config/buildConfig.js <https://github.com/mattermost/desktop/blob/master/src/common/config/buildConfig.js>`__.
You can customize and distribute your own Mattermost desktop application by configuring `src/common/config/buildConfig.ts <https://github.com/mattermost/desktop/blob/master/src/common/config/buildConfig.ts>`__.

1. Configure the desktop app's ``buildConfig.js`` file. There are multiple parameters you can configure to customize the user experience:
1. Configure the desktop app's ``buildConfig.ts`` file. There are multiple parameters you can configure to customize the user experience:

``defaultTeams``
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b516e88

Please sign in to comment.