mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update made automatically due to pressing build
This commit is contained in:
parent
d179e4db01
commit
3567ad604f
1 changed files with 1 additions and 5 deletions
|
@ -3,18 +3,14 @@ import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
import datetime
|
import datetime
|
||||||
import struct
|
|
||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
global commit_hash
|
global commit_hash
|
||||||
global commit_tag
|
global commit_tag
|
||||||
global commit_branch
|
global commit_branch
|
||||||
|
|
||||||
|
|
||||||
def derive_version():
|
|
||||||
commit_tag + "." + struct.unpack("h", binascii.unhexlify())
|
|
||||||
|
|
||||||
versioning_folder = os.path.join("LibHISP", "Resources", "Versioning")
|
versioning_folder = os.path.join("LibHISP", "Resources", "Versioning")
|
||||||
|
|
||||||
if not os.path.exists(versioning_folder):
|
if not os.path.exists(versioning_folder):
|
||||||
os.mkdir(versioning_folder)
|
os.mkdir(versioning_folder)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue