Hello, I am working on a custom app and would like to add it to the Desktop launcher, but have not been able to correctly use the path type descriptor.
I have tried:
[for example]
# multi-something
apps.tk-multi-something.location:
type: path
path: X:\Repos\SGTK\tk-multi-something
name: tk-multi-something
version: v0.1.0
And:
# multi-something
apps.tk-multi-something.location:
type: path
windows_path: X:\Repos\SGTK\tk-multi-something
name: tk-multi-something
version: v0.1.0
But neither have produced any results. In the case of my test I have copied an existing app to a development location and would expect that it overrides the app_store version (changed icons).
Thanks for any help you might lend,
r