Skip to content

Commit

Permalink
更新update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
时雨 committed May 7, 2015
1 parent 2b71686 commit d0dc778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def checksum_md5(filename):
(dir, _) = os.path.split(remote_filename)
if not os.path.isdir(dir):
os.makedirs(dir)
print "[+] Update %s" % remote_filename
shutil.copyfile(file, remote_filename)

0 comments on commit d0dc778

Please sign in to comment.