Use "R" and "D" as short names for config
This commit is contained in:
parent
8a91000083
commit
8b7d875e40
8 changed files with 15 additions and 15 deletions
|
@ -10,8 +10,8 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
|||
SYMBOLS_DIR = 'dist\\symbols'
|
||||
DOWNLOAD_DIR = 'vendor\\brightray\\vendor\\download\\libchromiumcontent'
|
||||
PDB_LIST = [
|
||||
'out\\Release\\atom.exe.pdb',
|
||||
DOWNLOAD_DIR + '\\Release\\chromiumcontent.dll.pdb',
|
||||
'out\\R\\atom.exe.pdb',
|
||||
DOWNLOAD_DIR + '\\R\\chromiumcontent.dll.pdb',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue