chore: 更新版本号至0.3.7 Beta 1

更新installer.lua、app.lua和bios.lua中的版本号,移除app.lua中未使用的applist依赖
This commit is contained in:
2025-09-02 12:52:55 +08:00
parent f3313c3e7f
commit 8d99565557
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.6 Beta 5"
local INSTALLER_VERSION = "0.3.7 Beta 1"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")