I downloaded a Jetbrains Toolbox app following this instructions: https://www.jetbrains.com/help/idea/installation-guide.html#toolbox
In short, I did this:
Downloaded tar.gz file
Ran this: sudo tar -xzf jetbrains-toolbox-1.17.7391.tar.gz -C /opt
And after cd into /opt/... folder to execute, I did this: ./jetbrains-toolbox
Windows 10 Insider dev build for WSLg allows Ubuntu Apps inside WSLg to have an entry in Start Menu of normal windows. So If I installed sudo apt install firefox in WSL, Firefox icon will show up in Start menu of normal Windows.
How to do the same for executable script like ./jetbrains-toolbox?