🐛 Fixed OGRE plugin compatibility

This commit is contained in:
2021-09-15 17:28:36 +02:00
parent 4e871901dc
commit 44cda183ed
10 changed files with 74 additions and 47 deletions

View File

@ -38,4 +38,4 @@ data = list(filter(lambda k: 'anotherfoxguy' in k, subprocess.run(
['conan', 'search', '*', '--raw'], stdout=subprocess.PIPE).stdout.decode("utf-8").split()))
for d in data:
system(f"conan upload {d} -r ror-v2 --all")
system(f"conan upload {d} -r ror-v2 --all")