mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
💄
This commit is contained in:
@@ -41,12 +41,12 @@ def main():
|
||||
rm_rf(DIST_DIR)
|
||||
os.makedirs(DIST_DIR)
|
||||
|
||||
# force_build()
|
||||
# copy_binaries()
|
||||
force_build()
|
||||
copy_binaries()
|
||||
copy_headers()
|
||||
copy_license()
|
||||
create_version()
|
||||
# create_zip()
|
||||
create_zip()
|
||||
create_header_tarball()
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ def dist_newer_than_head():
|
||||
try:
|
||||
head_time = subprocess.check_output(['git', 'log', '--pretty=format:%at',
|
||||
'-n', '1']).strip()
|
||||
dist_time = os.path.getmtime(os.path.join(SOURCE_ROOT, 'atom-shell.zip'))
|
||||
dist_time = os.path.getmtime(os.path.join(DIST_DIR, 'atom-shell.zip'))
|
||||
except OSError as e:
|
||||
if e.errno != errno.ENOENT:
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user