├── .gitattributes ├── .github ├── FUNDING.yml └── workflows │ └── ci.yaml ├── PKGBUILD └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chocobo1/qbittorent_msys2/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: "https://myprojects.tzou.me/donation/" 2 | -------------------------------------------------------------------------------- /.github/workflows/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chocobo1/qbittorent_msys2/HEAD/.github/workflows/ci.yaml -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chocobo1/qbittorent_msys2/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chocobo1/qbittorent_msys2/HEAD/README.md --------------------------------------------------------------------------------