electron/script
Eran Tiktin db3e27ceaa Fix create_chrome_version_h in bootstrap.py
The code was supposed to compare the content of the existing file with
the new content and only replace the file if the content was different,
but it had a fatal flow. It opened the existing file with 'w+' or 'wb+'
and they both truncate the file, so the compare was always false and we
always overwrote the file.
The updated code compares the file content ignoring line endings and
writes the file only if its different or if it didn't exist.
2015-09-07 21:55:02 +03:00
..
lib Fix building on Windows 2015-09-03 20:07:29 +08:00
bootstrap.py Fix create_chrome_version_h in bootstrap.py 2015-09-07 21:55:02 +03:00
build.py Use "project_name" in atom.gyp as default target in build.py 2015-04-12 21:52:56 +08:00
bump-version.py Don't add tag in bump-version.py 2015-04-23 13:28:29 +08:00
chrome_version.h.in Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
cibuild Can only run tests on x64 machine 2015-09-03 17:48:50 +09:00
clean.py Remove ~/.node-gyp in clean script 2015-07-03 23:33:49 +08:00
coffeelint.json Do not warn about 80 columns in coffeelint, it's not required. 2013-09-27 11:01:40 +08:00
coffeelint.py Fix pylint warning. 2014-08-08 17:32:00 +08:00
cpplint.py Fix cpplint warnings. 2014-08-21 20:25:12 +08:00
create-dist.py No need to ship ffmpeg in dist 2015-08-21 16:27:29 +08:00
dump-symbols.py Don't call register_required_dll for now 2015-07-03 11:10:23 +08:00
install-sysroot.py Build ia32 target with sysroot 2015-07-02 05:07:56 +00:00
pylint.py win: Fix calling lint scripts with win32 python. 2014-08-08 16:41:10 +08:00
test.py Use atom.gyp to generate paths in test.py 2015-04-12 22:10:02 +08:00
update-clang.sh Update clang 2015-09-03 17:50:23 +09:00
update-external-binaries.py Ship with vc++ redist files 2015-05-12 17:08:27 +08:00
update.py Don't warn arch on Windows 2015-07-03 18:03:52 +08:00
upload-checksums.py Update checksums for new filenames 2015-08-10 11:42:14 +08:00
upload-index-json.py Fix uploading index.json under OS X 2015-04-12 22:24:07 +08:00
upload-node-headers.py Upload headers with new filenames 2015-08-10 11:28:43 +08:00
upload-windows-pdb.py Use atom.gyp to generate filenames in upload-windows-pdb.py 2015-04-12 22:26:00 +08:00
upload.py Don't upload PDB files in CI 2015-07-17 00:54:57 +08:00