Skip to content
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

Update desktop-app.rst #6569

Merged
merged 7 commits into from
Aug 28, 2023
Merged
Changes from 4 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
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.jt`` file. There are multiple parameters you can configure to customize the user experience:
cwarnermm marked this conversation as resolved.
Show resolved Hide resolved

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