Rename update_icons.py to update_icon_entries.py
This commit is contained in:
parent
d5becadd59
commit
2528741333
|
@ -72,7 +72,7 @@ done
|
||||||
|
|
||||||
highlight Setup started.
|
highlight Setup started.
|
||||||
|
|
||||||
${PYTHON} gdextension/update_icons.py --silent
|
${PYTHON} gdextension/update_icon_entries.py --silent
|
||||||
highlight -- Icon declarations updated.
|
highlight -- Icon declarations updated.
|
||||||
|
|
||||||
transfer="ln -s"
|
transfer="ln -s"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
"""
|
"""
|
||||||
Usage: update_icons.py [--silent]
|
Usage: update_icon_entries.py [--silent]
|
||||||
Update icon declarations in limboai.gdextension file.
|
Update icon entries in limboai.gdextension file.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-s, --silent Don't print anything.
|
-s, --silent Don't print anything.
|
||||||
|
@ -79,7 +79,7 @@ def main():
|
||||||
|
|
||||||
if not silent:
|
if not silent:
|
||||||
print(content)
|
print(content)
|
||||||
print("======= Icon declarations updated =======")
|
print("======= Icon entries updated =======")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
Loading…
Reference in New Issue