Add Windows installer into CircleCI artifacts
This commit is contained in:
@@ -29,6 +29,7 @@ dependencies:
|
||||
- tar zcvf $CIRCLE_ARTIFACTS/mattermost-desktop-linux-ia32.tar.gz -C release mattermost-desktop-linux-ia32
|
||||
- tar zcvf $CIRCLE_ARTIFACTS/mattermost-desktop-linux-x64.tar.gz -C release mattermost-desktop-linux-x64
|
||||
- cp release/*.deb $CIRCLE_ARTIFACTS/
|
||||
- cp release/windows-installer/mattermost-setup.exe $CIRCLE_ARTIFACTS/
|
||||
|
||||
test:
|
||||
post:
|
||||
|
@@ -4,3 +4,4 @@ set -ex
|
||||
cd electron-mattermost
|
||||
npm run package:all
|
||||
npm run package:linux
|
||||
npm run installer
|
||||
|
@@ -22,7 +22,7 @@ function getInstallerConfig() {
|
||||
//loadingGif: path.join(rootPath, 'assets', 'img', 'loading.gif'),
|
||||
noMsi: true,
|
||||
outputDirectory: path.join(outPath, 'windows-installer'),
|
||||
setupExe: 'Mattermost.exe',
|
||||
setupExe: 'mattermost-setup.exe',
|
||||
setupIcon: path.join(rootPath, 'resources', 'icon.ico'),
|
||||
skipUpdateIcon: true,
|
||||
exe: 'Mattermost.exe'
|
||||
|
Reference in New Issue
Block a user