mirror of
https://github.com/unmojang/meta.git
synced 2025-10-01 15:11:05 -04:00
8 lines
148 B
Python
8 lines
148 B
Python
from os.path import join
|
|
|
|
BASE_DIR = "liteloader"
|
|
|
|
VERSIONS_FILE = join(BASE_DIR, "versions.json")
|
|
|
|
LITELOADER_COMPONENT = "com.mumfrey.liteloader"
|