mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
fix: 修复安装程序版本号并添加fs模块引用
更新安装程序版本号至0.3.6 Beta 3 在app.lua中添加fs模块引用以支持文件系统操作
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user