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.
|
||||
|
||||
${PYTHON} gdextension/update_icons.py --silent
|
||||
${PYTHON} gdextension/update_icon_entries.py --silent
|
||||
highlight -- Icon declarations updated.
|
||||
|
||||
transfer="ln -s"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
"""
|
||||
Usage: update_icons.py [--silent]
|
||||
Update icon declarations in limboai.gdextension file.
|
||||
Usage: update_icon_entries.py [--silent]
|
||||
Update icon entries in limboai.gdextension file.
|
||||
|
||||
Options:
|
||||
-s, --silent Don't print anything.
|
||||
|
@ -79,7 +79,7 @@ def main():
|
|||
|
||||
if not silent:
|
||||
print(content)
|
||||
print("======= Icon declarations updated =======")
|
||||
print("======= Icon entries updated =======")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
Loading…
Reference in New Issue