Setup a development envioronment using MSYS2 and Golang
Run the MinGW64 shell from the start menu
git clone https://github.com/BrownNPC/Youtube-Music-TUI
cd ./Youtube-Music-TUI/
python buildWindows.py
sudo apt update
sudo apt install mingw-w64 p7zip-full
sudo dnf install mingw64-gcc p7zip
sudo pacman -S mingw-w64-gcc p7zip
sudo zypper install mingw64-gcc p7zip
git clone https://github.com/BrownNPC/Youtube-Music-TUI
cd ./Youtube-Music-TUI/
python buildWindows.py