This commit is contained in:
Timothy Sutton 2022-11-09 18:16:44 -05:00
parent e4dce79673
commit 986765e25f

View file

@ -370,7 +370,7 @@ when running the installer out of 'system32'." % output_dir)
if os.path.exists('/mnt/c/Windows/explorer.exe'):
subprocess.call(['/mnt/c/Windows/explorer.exe','.'])
else:
print("Platform not supported! ({})".format(playform.system()))
print("Platform not supported! ({})".format(platform.system()))
pass
status("Done.")