├── .github └── workflows │ └── create-targz.yml ├── LibLZMA.pas ├── NOIwsl-launcher_Remote-desktop_WSLg-app.jpg ├── NOIwsl.pas ├── README.md ├── ScreenShots-01.jpg ├── ScreenShots-02.jpg ├── ScreenShots-03.jpg ├── ScreenShots-04.jpg ├── ScreenShots-05.jpg ├── ScreenShots-06.jpg ├── ScreenShots-07.jpg ├── ScreenShots-08.jpg ├── ScreenShots-09.jpg ├── ScreenShots-10.jpg ├── XZ.pas └── liblzma.dll /.github/workflows/create-targz.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/.github/workflows/create-targz.yml -------------------------------------------------------------------------------- /LibLZMA.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/LibLZMA.pas -------------------------------------------------------------------------------- /NOIwsl-launcher_Remote-desktop_WSLg-app.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/NOIwsl-launcher_Remote-desktop_WSLg-app.jpg -------------------------------------------------------------------------------- /NOIwsl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/NOIwsl.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShots-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-01.jpg -------------------------------------------------------------------------------- /ScreenShots-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-02.jpg -------------------------------------------------------------------------------- /ScreenShots-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-03.jpg -------------------------------------------------------------------------------- /ScreenShots-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-04.jpg -------------------------------------------------------------------------------- /ScreenShots-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-05.jpg -------------------------------------------------------------------------------- /ScreenShots-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-06.jpg -------------------------------------------------------------------------------- /ScreenShots-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-07.jpg -------------------------------------------------------------------------------- /ScreenShots-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-08.jpg -------------------------------------------------------------------------------- /ScreenShots-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-09.jpg -------------------------------------------------------------------------------- /ScreenShots-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/ScreenShots-10.jpg -------------------------------------------------------------------------------- /XZ.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/XZ.pas -------------------------------------------------------------------------------- /liblzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wideyu/noiwslLauncher/HEAD/liblzma.dll --------------------------------------------------------------------------------