electron/build/fake_v8_context_snapshot_ge...

9 строки
132 B
Python

import os
import shutil
import sys
if os.path.exists(sys.argv[2]):
os.remove(sys.argv[2])
shutil.copy(sys.argv[1], sys.argv[2])