Ensure we are grabbing the right build artifact

This commit is contained in:
David Balatero 2017-06-21 16:52:43 -07:00 committed by Scott Nonnenberg
parent 7301b94ed3
commit eb6aed421a
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -299,7 +299,7 @@ module.exports = function(grunt) {
var sha = gitinfo.local.branch.current.SHA;
var files = [
'signal-desktop-' + package_json.version + '.zip',
'Signal-' + package_json.version + '-win.zip'
'Signal-Setup_' + package_json.version + '.zip'
];
var extract = require('extract-zip');