atom => electron in upload script

This commit is contained in:
Cheng Zhao 2016-04-07 10:34:11 +09:00
parent b48788af43
commit b4885b9a37

View file

@ -14,7 +14,7 @@ from lib.util import atom_gyp, execute, get_atom_shell_version, parse_version, \
from lib.github import GitHub
ATOM_SHELL_REPO = 'atom/electron'
ATOM_SHELL_REPO = 'electron/electron'
ATOM_SHELL_VERSION = get_atom_shell_version()
PROJECT_NAME = atom_gyp()['project_name%']