Added download prompt to download glslangValdiator

This commit is contained in:
Noah Santschi-Cooney 2018-07-16 17:49:55 +01:00
parent db321c8566
commit c5fc9ffedd
7 changed files with 342 additions and 32 deletions

View file

@ -1,7 +1,6 @@
import urllib.request
import zipfile
from io import BytesIO
import shutil
import os as o
os = {
@ -31,4 +30,5 @@ def main():
print('glslangValidator downloaded. Add this line to your VSCode settings:\n"mcglsl.glslangValidatorPath": "' + o.getcwd() + '/' + 'glslangValidator"')
return
print('There was an error :(')
main()