mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-08-26 11:27:00 +01:00
23 lines
680 B
JSON
23 lines
680 B
JSON
{
|
|
"version": "0.9.3",
|
|
"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.3/lune-0.9.3-windows-x86_64.zip",
|
|
"hash": "925bf6f3cb40e5adcff600b7c419a8471cf2a2113c2232b0983799b0f8925abc"
|
|
}
|
|
},
|
|
"bin": "lune.exe",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|