Closed iLLiCiTiT closed 8 months ago
This PR fixes the remaining issues I faced described here.
With Launcher rebuild and a new installer created I was able to use this to actually build a dependency package with the Ayon Dependencies Tool.
Thanks!
Changelog Description
Following PR to https://github.com/ynput/ayon-launcher/pull/104 . This should really fix issue with invalid data in requirements.txt .
Additional info
Instead of storing requirements txt which contains dynamic reference like
HEAD
ormaster
we're storing a json which is just converted lock file which contains resolved reference (git commit hash).Testing notes:
acre
andappdirs
) should have git url with commit hash at the end.