mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Nicer output in build.py
This commit is contained in:
parent
63861a9fc0
commit
b54d1e8786
@ -21,9 +21,11 @@ def check_for_changes(addonspath, module):
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print("####################")
|
print("""
|
||||||
print("# ACE3 Debug Build #")
|
####################
|
||||||
print("####################\n")
|
# ACE3 Debug Build #
|
||||||
|
####################
|
||||||
|
""")
|
||||||
|
|
||||||
scriptpath = os.path.realpath(__file__)
|
scriptpath = os.path.realpath(__file__)
|
||||||
projectpath = os.path.dirname(os.path.dirname(scriptpath))
|
projectpath = os.path.dirname(os.path.dirname(scriptpath))
|
||||||
|
Loading…
Reference in New Issue
Block a user