mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update prebuild script
This commit is contained in:
parent
287325dd55
commit
3a3da520c5
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ def update_asm_info(assemblyinfofile):
|
||||||
global commit_tag
|
global commit_tag
|
||||||
global commit_branch
|
global commit_branch
|
||||||
global assembly_version
|
global assembly_version
|
||||||
|
print("Updating Versopn inside: "+assemblyinfofile)
|
||||||
lines = open(assemblyinfofile, "rb").readlines()
|
lines = open(assemblyinfofile, "rb").readlines()
|
||||||
for i in range(0,len(lines)):
|
for i in range(0,len(lines)):
|
||||||
if lines[i].startswith(b"[assembly: AssemblyVersion(\""):
|
if lines[i].startswith(b"[assembly: AssemblyVersion(\""):
|
||||||
|
@ -67,6 +68,7 @@ update_asm_info(os.path.join("HISPd" , "Properties", "AssemblyInfo.cs"))
|
||||||
|
|
||||||
# Update control file in dpkg
|
# Update control file in dpkg
|
||||||
control_file = os.path.join("HISPd", "Resources", "DEBIAN", "control")
|
control_file = os.path.join("HISPd", "Resources", "DEBIAN", "control")
|
||||||
|
print("Updating Versopn inside: "+control_file)
|
||||||
lines = open(control_file, "rb").readlines()
|
lines = open(control_file, "rb").readlines()
|
||||||
for i in range(0,len(lines)):
|
for i in range(0,len(lines)):
|
||||||
if lines[i].startswith(b"Version: "):
|
if lines[i].startswith(b"Version: "):
|
||||||
|
|
Loading…
Add table
Reference in a new issue