fix: 修复安装程序版本号并添加fs模块引用

更新安装程序版本号至0.3.6 Beta 3
在app.lua中添加fs模块引用以支持文件系统操作
This commit is contained in:
2025-09-02 12:18:33 +08:00
parent e0c295dfd1
commit ba91828c01
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
-- app.lua - Application launcher for LeonOS
local fs = require("fs")
local function show_help()
print("Usage: app <program_name> [arguments]")
print("Runs an application from the /app directory")