mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-05 06:42:46 +12:00
Test
This commit is contained in:
parent
a501f5886c
commit
c703d5b7f7
13 changed files with 20 additions and 10 deletions
|
@ -11,7 +11,7 @@ def update_asm_info(assemblyinfofile):
|
|||
global commit_tag
|
||||
global commit_branch
|
||||
global assembly_version
|
||||
print("Updating Versopn inside: "+assemblyinfofile)
|
||||
print("Updating Verson inside: "+assemblyinfofile)
|
||||
lines = open(assemblyinfofile, "rb").readlines()
|
||||
for i in range(0,len(lines)):
|
||||
if lines[i].startswith(b"[assembly: AssemblyVersion(\""):
|
||||
|
@ -68,7 +68,7 @@ update_asm_info(os.path.join("HISPd" , "Properties", "AssemblyInfo.cs"))
|
|||
|
||||
# Update control file in dpkg
|
||||
control_file = os.path.join("HISPd", "Resources", "DEBIAN", "control")
|
||||
print("Updating Versopn inside: "+control_file)
|
||||
print("Updating Verson inside: "+control_file)
|
||||
lines = open(control_file, "rb").readlines()
|
||||
for i in range(0,len(lines)):
|
||||
if lines[i].startswith(b"Version: "):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue