mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix update-frameworks.
This commit is contained in:
@@ -6,7 +6,7 @@ import os
|
||||
from lib.util import *
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
FRAMEWORKS_URL='https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user