mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove vendor\brightray prefix
This commit is contained in:
@@ -10,7 +10,7 @@ from lib.util import electron_gyp, execute, rm_rf, safe_mkdir, s3put
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
SYMBOLS_DIR = 'dist\\symbols'
|
||||
DOWNLOAD_DIR = 'vendor\\brightray\\vendor\\download\\libchromiumcontent'
|
||||
DOWNLOAD_DIR = 'vendor\\download\\libchromiumcontent'
|
||||
|
||||
PROJECT_NAME = electron_gyp()['project_name%']
|
||||
PRODUCT_NAME = electron_gyp()['product_name%']
|
||||
|
||||
Reference in New Issue
Block a user