├── .github └── workflows │ └── build-release.yml ├── LICENSE └── README.md /.github/workflows/build-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UncleZak/zak-launcher-releases/HEAD/.github/workflows/build-release.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UncleZak/zak-launcher-releases/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UncleZak/zak-launcher-releases/HEAD/README.md --------------------------------------------------------------------------------