mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-05-04 10:03:48 +01:00
23 lines
680 B
JSON
23 lines
680 B
JSON
{
|
|
"version": "0.9.1",
|
|
"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.1/lune-0.9.1-windows-x86_64.zip",
|
|
"hash": "52966cf4a19fd005c46a7bb200fffaa81e93810ae4c8e1ee9a8b56876c182549"
|
|
}
|
|
},
|
|
"bin": "lune.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|