Skip to content

Commit

Permalink
Modified scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Sep 16, 2016
1 parent f5aee43 commit 236e55a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion script/copy_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# Remove not android icons dir.
category_dirs.remove("iconfont")
category_dirs.remove("sprites")
category_dirs.remove("www")

for category in category_dirs:
for drawable in drawables:
Expand Down
1 change: 0 additions & 1 deletion script/create_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# Remove not android icons dir.
category_dirs.remove("iconfont")
category_dirs.remove("sprites")
category_dirs.remove("www")

template_file = open('./src/main/resources/template.xml', 'w')
template_file.write('<?xml version="1.0"?>\n')
Expand Down

0 comments on commit 236e55a

Please sign in to comment.