chore: initial work for running releases of GN build
This commit is contained in:
parent
77fb9cf416
commit
4b0f335aba
12 changed files with 172 additions and 26 deletions
|
@ -9,7 +9,7 @@ from lib.util import get_electron_branding, execute, rm_rf
|
|||
|
||||
ELECTRON_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(ELECTRON_ROOT))
|
||||
RELEASE_PATH = os.path.join('out', 'Release')
|
||||
RELEASE_PATH = os.path.join('out', 'Default')
|
||||
|
||||
def main():
|
||||
args = parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue