ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
34 stars 15 forks source link

Use explicit path to start script instead of first `sys.argv` #95

Closed iLLiCiTiT closed 9 months ago

iLLiCiTiT commented 9 months ago

Changelog Description

First sys.argv may not be set correctly to start.py after bootstrap args manipulation. Using expicit path avoids possible issues.

Testing notes:

  1. Login dialog should show correctly when running from code and user is not logged in.