From 2a7993309ab5cefd66e4adfae206c19d54d0d056 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 11 May 2017 18:05:28 -0700 Subject: [PATCH] Fix build bucket path --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 57dfc129e..1f31ccdfd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',