Fix build bucket path
This commit is contained in:
parent
26cece71c6
commit
2a7993309a
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ module.exports = function(grunt) {
|
|||
var https = require('https');
|
||||
|
||||
var urlBase = "https://s3-us-west-1.amazonaws.com/signal-desktop-builds";
|
||||
var keyBase = 'liliakai/textsecure-chrome';
|
||||
var keyBase = 'WhisperSystems/Signal-Desktop';
|
||||
var sha = gitinfo.local.branch.current.SHA;
|
||||
var files = [
|
||||
'signal-desktop-' + package_json.version + '.zip',
|
||||
|
|
Loading…
Add table
Reference in a new issue