Display note about improper usage

This commit is contained in:
Mathis Dröge 2022-06-02 16:09:15 +02:00
parent 791d69b632
commit 63efca43a8
No known key found for this signature in database
GPG key ID: 3071D4EFBB298F5F

View file

@ -2896,6 +2896,8 @@ def main():
print(f'\nCommand: {choice}')
print(subparser.format_help())
elif os.name == 'nt' and double_clicked():
print('Please note that this is not the intended way to run Legendary.')
print('Follow https://github.com/derrod/legendary/wiki/Setup-Instructions to set it up properly')
subprocess.Popen(['cmd', '/K', 'echo>nul'])
return