Skip to content

Commit

Permalink
copy rules file
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyug committed Feb 5, 2016
1 parent fadb0ce commit bb4df2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyinst.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

rmdir build /s /q

pyinstaller --clean --noupx -c -p homedns -F homedns.py
pyinstaller --clean --noupx -y -c -p homedns -F homedns.py

copy default.rules dist /y
copy black.rules dist /y
copy hosts.homedns dist /y

0 comments on commit bb4df2d

Please sign in to comment.