mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
Temp
This commit is contained in:
parent
43558527b1
commit
bc1cffb748
@ -53,4 +53,10 @@ appcast = appcast_template.substitute(
|
||||
signature=file_signature
|
||||
)
|
||||
|
||||
print(appcast)
|
||||
appcast_file = open('build/Release/appcast.xml', 'w')
|
||||
appcast_file.write(appcast)
|
||||
appcast_file.close()
|
||||
|
||||
print('--------------------------------')
|
||||
print(appcast.strip())
|
||||
print('--------------------------------')
|
||||
|
Loading…
Reference in New Issue
Block a user