├── LICENSE.md ├── README.md ├── osu-wine ├── osu-winello.sh └── stuff ├── cabextract ├── example.cfg ├── folderfixosu ├── folderfixosu.vbs ├── osu-handler-wine ├── osu-handler.reg ├── osu-wine.png └── winello-default.cfg /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/README.md -------------------------------------------------------------------------------- /osu-wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/osu-wine -------------------------------------------------------------------------------- /osu-winello.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/osu-winello.sh -------------------------------------------------------------------------------- /stuff/cabextract: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/cabextract -------------------------------------------------------------------------------- /stuff/example.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/example.cfg -------------------------------------------------------------------------------- /stuff/folderfixosu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/folderfixosu -------------------------------------------------------------------------------- /stuff/folderfixosu.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/folderfixosu.vbs -------------------------------------------------------------------------------- /stuff/osu-handler-wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/osu-handler-wine -------------------------------------------------------------------------------- /stuff/osu-handler.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/osu-handler.reg -------------------------------------------------------------------------------- /stuff/osu-wine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/osu-wine.png -------------------------------------------------------------------------------- /stuff/winello-default.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NelloKudo/osu-winello/HEAD/stuff/winello-default.cfg --------------------------------------------------------------------------------