├── .github └── workflows │ ├── linux.yml │ ├── macos.yml │ └── windows.yml ├── README.md └── juli-version /.github/workflows/linux.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quanglam2807/singlebox-legacy/HEAD/.github/workflows/linux.yml -------------------------------------------------------------------------------- /.github/workflows/macos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quanglam2807/singlebox-legacy/HEAD/.github/workflows/macos.yml -------------------------------------------------------------------------------- /.github/workflows/windows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quanglam2807/singlebox-legacy/HEAD/.github/workflows/windows.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quanglam2807/singlebox-legacy/HEAD/README.md -------------------------------------------------------------------------------- /juli-version: -------------------------------------------------------------------------------- 1 | 10.0.0-beta.4 --------------------------------------------------------------------------------