Skip to content

Commit

Permalink
Create batch file to copy files to release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurion committed Mar 12, 2019
1 parent 9ba5075 commit 0f6ca49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions make_release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
del /s /q *.pyo
del /s /q *.pyc

mkdir Release\EDSM-RSE
copy *.py Release\EDSM-RSE
xcopy /s psycopg2 Release\EDSM-RSE\psycopg2\
xcopy /s psycopg2-2.7.4.dist-info Release\EDSM-RSE\psycopg2-2.7.4.dist-info\
copy *.md Release\EDSM-RSE
copy LICENSE Release\EDSM-RSE\LICENSE

0 comments on commit 0f6ca49

Please sign in to comment.