Sometimes people submit apps not knowing that we expect them
to format the app id as {author}-{name} (with a dash).
When such MRs get merged, the store stops updating
because the update script throws.
See e.g. this #300.
Let's not throw.
I have not tested this
(apart from playing around with the Python interpreter in my console).
Sometimes people submit apps not knowing that we expect them
to format the app id as `{author}-{name}` (with a dash).
When such MRs get merged, the store stops updating
because the update script throws.
See e.g. this https://codeberg.org/webxdc/xdcget/pulls/300.
Let's not throw.
I have not tested this
(apart from playing around with the Python interpreter in my console).