Fix msi build

This commit is contained in:
Devin Binnie 2021-09-20 15:00:15 -04:00
parent f0c97989c6
commit 5de4ee7a26
2 changed files with 4 additions and 1 deletions

View file

@ -208,6 +208,9 @@ jobs:
- run: mkdir -p ./dist/
- attach_workspace:
at: ./dist
- run:
name: Update node to v16
command: choco instal nodejs
- win_make:
operation: optimize
- win_make:

2
package-lock.json generated
View file

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "mattermost-desktop",
"version": "5.0",
"version": "5.0.0",
"license": "Apache-2.0",
"dependencies": {
"@hapi/joi": "^16.1.8",