Do not copy api.json on Windows
This commit is contained in:
parent
d3a175cea8
commit
3dad8734a0
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ def main():
|
|||
copy_chrome_binary('chromedriver')
|
||||
copy_chrome_binary('mksnapshot')
|
||||
copy_license()
|
||||
copy_api_json_schema()
|
||||
|
||||
if PLATFORM != 'win32':
|
||||
copy_api_json_schema()
|
||||
|
||||
if PLATFORM == 'linux':
|
||||
strip_binaries()
|
||||
|
|
Loading…
Reference in a new issue