mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-05 06:42:46 +12:00
Update made automatically due to pressing build
This commit is contained in:
parent
7efb878f63
commit
aed289e5d5
5 changed files with 74 additions and 81 deletions
|
@ -60,8 +60,8 @@ update_asm_info(os.path.join("N00BS", "Properties", "AssemblyInfo.cs"))
|
|||
update_asm_info(os.path.join("HISPd", "Properties", "AssemblyInfo.cs"))
|
||||
|
||||
control_file = os.path.join("HISPd", "Resources", "DEBIAN", "control")
|
||||
lines = open(control_file, "rb").readlines()
|
||||
lines = open(control_file, "r").readlines()
|
||||
for i in range(0,len(lines)):
|
||||
if lines[i].startswith(b"Version: "):
|
||||
lines[i] = b"Version: "+bytes(commit_tag.replace("v", ""), "UTF-8")
|
||||
open(control_file, "wb").writelines(control_file)
|
||||
open(control_file, "w").writelines(control_file)
|
Loading…
Add table
Add a link
Reference in a new issue