openSUSE / opi

OBS Package Installer (CLI)
GNU General Public License v3.0
244 stars 22 forks source link

Install ms edge versions using single plugin #80

Closed asdil12 closed 2 years ago

asdil12 commented 2 years ago

Fixes https://github.com/openSUSE/opi/issues/78

asdil12 commented 2 years ago

Testsuite passed locally.

giovcandido commented 2 years ago

By the way, good work!

giovcandido commented 2 years ago

Testsuite passed locally.

I think you need to update the tests, so they work when you need to choose the package channel (stable, beta, dev).

trmdi commented 2 years ago

Maybe an idea:

Currently there is 2 separated rows for msedge, it can be improved like this: instead of:

msedge-beta Microsoft Edge Beta msedge-dev Microsoft Edge Dev

we show:

msedge-{branch} Microsoft Edge (branch: beta, dev, stable)

And opi msedge will be redirected to the stable branch.