Add signed MSI package to the "Arduino Pro IDE" workflow

This commit is contained in:
per1234
2020-10-15 11:57:11 -07:00
parent 6ff58ebe7c
commit 6535c70686
3 changed files with 16 additions and 13 deletions

View File

@@ -280,7 +280,7 @@ ${fs.readFileSync(path('..', 'build', 'package.json')).toString()}
break;
}
case 'win32': {
filesToCopy.push(...glob.sync('**/arduino-pro-ide*.{exe,zip}', { cwd }).map(p => join(cwd, p)));
filesToCopy.push(...glob.sync('**/arduino-pro-ide*.{exe,msi,zip}', { cwd }).map(p => join(cwd, p)));
break;
}
case 'darwin': {