Use atom/atom-shell-frameworks until atom/atom-shell is public

This commit is contained in:
probablycorey 2014-04-28 11:09:03 -07:00
parent b69db7ff67
commit a60fa6989a

View file

@ -7,7 +7,7 @@ from lib.util import safe_mkdir, extract_zip, tempdir, download
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell/releases/download/v0.11.10' FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases/download/v0.0.1'
def main(): def main():
os.chdir(SOURCE_ROOT) os.chdir(SOURCE_ROOT)