I am trying to do Github respo management app, which require github cli install, rather than having the user manually install the github cli by themselves, what if i can do it for them ?
My first method thinking why not use Winget to install github cli , i can use shell to command to winget install github-cli but i realize not all window computer has winget install, only window 11 has it pre install and then i have to think about how to download winget
My second method, is it possible to bundle winget and github cli with the installer? Just like some game installer will bundle directX to the installer
Or there are other methods?
any advise will be appreciated
cheers