mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-08-26 19:37:02 +01:00
23 lines
680 B
JSON
23 lines
680 B
JSON
{
|
|
"version": "0.9.4",
|
|
"description": "A standalone Luau script runtime",
|
|
"homepage": "https://lune-org.github.io/docs",
|
|
"license": {
|
|
"identifier": "MPL2",
|
|
"url": "https://github.com/lune-org/lune/blob/main/LICENSE.txt"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lune-org/lune/releases/download/v0.9.4/lune-0.9.4-windows-x86_64.zip",
|
|
"hash": "397dcc13c0780a5b83d1f78b6e9db256b90a1f108ffcead3c0bc32d75679376a"
|
|
}
|
|
},
|
|
"bin": "lune.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|