mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
23 lines
680 B
JSON
23 lines
680 B
JSON
{
|
|
"version": "0.8.7",
|
|
"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.8.7/lune-0.8.7-windows-x86_64.zip",
|
|
"hash": "75e12274784deb0420ab26fe31968535a6bd9b0a63da7fe85e9cbaeec416c507"
|
|
}
|
|
},
|
|
"bin": "lune.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|