Update executable name

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-04-25 15:43:25 +02:00 committed by GitHub
parent aaa12bbcc6
commit ae3efbc56c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ def is_using_ayon_console():
executable_filename = os.path.basename(executable_path)
return (
"ayon_console" in executable_filename
or "python.exe" in executable_filename
or "python" in executable_filename
)