mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Update python build script!!
This commit is contained in:
parent
35c51946e4
commit
f9e1a7b755
1 changed files with 7 additions and 5 deletions
|
@ -20,11 +20,13 @@ def update_asm_info(assemblyinfofile):
|
|||
|
||||
|
||||
# Determine git stuff.
|
||||
versioning_folder = os.path.join("LibHISP", "Resources", "Versioning")
|
||||
|
||||
if not os.path.exists(versioning_folder):
|
||||
os.mkdir(versioning_folder)
|
||||
|
||||
try:
|
||||
versioning_folder = os.path.join("LibHISP", "Resources", "Versioning")
|
||||
if not os.path.exists(versioning_folder):
|
||||
os.mkdir(versioning_folder)
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
commit_hash = "0"*40
|
||||
commit_tag = "v0.0.0"
|
||||
commit_branch = "master"
|
||||
|
|
Loading…
Add table
Reference in a new issue