Use Release build of Squirrel

This commit is contained in:
Cheng Zhao 2015-03-25 19:54:59 +08:00
parent b68eccf784
commit 665363b356

View file

@ -7,7 +7,7 @@ import os
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
VERSION = 'v0.3.0'
VERSION = 'v0.4.0'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
'/download/' + VERSION