mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-05 06:42:46 +12:00
Update prebuild script
This commit is contained in:
parent
e0fe30cca7
commit
e554d41c94
6 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,11 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import time
|
||||
import datetime
|
||||
import binascii
|
||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
||||
# Updates version inside a AssemblyInfo.cs file
|
||||
def update_asm_info(assemblyinfofile):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue