Use https://atom.io/download/atom-shell as headers download URL
This commit is contained in:
parent
854c59df5c
commit
fe81e5b32d
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ var fs = require('fs');
|
|||
var path = require('path');
|
||||
var request = require('request');
|
||||
|
||||
var TARGET_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist/index.json';
|
||||
var TARGET_URL = 'https://atom.io/download/atom-shell/index.json';
|
||||
|
||||
function getDate() {
|
||||
var today = new Date();
|
||||
|
|
|
@ -8,7 +8,7 @@ import tempfile
|
|||
from lib.util import download, rm_rf, s3_config, s3put
|
||||
|
||||
|
||||
DIST_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist/'
|
||||
DIST_URL = 'https://atom.io/download/atom-shell/'
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue