Closed devinbinnie closed 6 months ago
Link to built installer: https://github.com/mattermost/desktop/actions/runs/9020601613/artifacts/1488474351
Here are the test results below:
All stable tests passed on Linux.
All stable tests passed on macOS.
All stable tests passed on Windows.
@yasserfaraazkhan When did you encounter this error? Was it reproducible?
Also, did you happen to try any of the admin commands?
Summary
This PR contains changes to revamp our Windows installer building process. It does away with the custom script we had to build the MSI installer, and elects to use
electron-builder
with a few modifications to the flow.Some features provided by the new MSI installer that work out of the box:
ALLUSERS=1
DISABLEAUTOUPDATE=1
APPLICATIONFOLDER=<install directory>
With this PR, this also marks the following changes in support for the Desktop App:
I've added a number of people for review, I will make comments on the code to help people better understand some of the changes that are happening.
Ticket Link
https://mattermost.atlassian.net/browse/MM-55341 https://mattermost.atlassian.net/browse/MM-56894