mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
- 将包安装目录从/leonos/packages迁移至/packages - 更新版本号至0.3.6 - 修改installer.lua以正确处理packages目录 - 更新pkg.lua程序适配新的包路径 - 添加示例包文件到新位置
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"name": "example",
|
|
"version": "1.0.1",
|
|
"description": "An example package for LeonOS",
|
|
"author": "LeonMMcoset",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"files": [
|
|
"programs/example.lua",
|
|
"completions/example.lua"
|
|
]
|
|
} |