Skip to content

Commit

Permalink
Rename windows directory for appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jczech committed Jan 20, 2016
1 parent 852b531 commit 5dbee45
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor_build.py
Expand Up @@ -10,6 +10,6 @@
files = ["config.h", "version.h", "mdllex.c", "mdlparse.h", "mdlparse.c"]

for f in files:
shutil.move("./windows/%s" % f, mcell_src)
shutil.move("./appveyor_windows/%s" % f, mcell_src)
os.chdir(mcell_src)
check_call(build_command)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5dbee45

Please sign in to comment.