From 2d0a46995366f8633c5416b617cdc3eaed3b71eb Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sun, 31 Aug 2025 17:30:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一将代码中的用户名"LeonMMcoset"修改为"Leonmmcoset",包括LICENSE文件、安装脚本和更新脚本中的引用,以及unbios.lua中的注释。确保所有引用保持一致。 --- LICENSE | 2 +- installer.lua | 2 +- unbios.lua | 2 +- updater.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 08159a8..804dd4d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 LeonMMcoset +Copyright (c) 2025 Leonmmcoset Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/installer.lua b/installer.lua index c7da4fd..b8d0ea7 100644 --- a/installer.lua +++ b/installer.lua @@ -87,7 +87,7 @@ end bullet("Getting repository tree...") -local repodata = dl("https://api.github.com/repos/LeonMMcoset/LeonOS/git/trees/primary?recursive=1") +local repodata = dl("https://api.github.com/repos/Leonmmcoset/LeonOS/git/trees/primary?recursive=1") repodata = json.decode(repodata) diff --git a/unbios.lua b/unbios.lua index 6161b50..0f5d079 100644 --- a/unbios.lua +++ b/unbios.lua @@ -1,5 +1,5 @@ -- UnBIOS by JackMacWindows --- Modified by LeonMMcoset to work with LeonOS +-- Modified by Leonmmcoset to work with LeonOS -- This will undo most of the changes/additions made in the BIOS, but some things may remain wrapped if `debug` is unavailable -- To use, just place a `bios.lua` in the root of the drive, and run this program -- Here's a list of things that are irreversibly changed: diff --git a/updater.lua b/updater.lua index 5178ced..6009630 100644 --- a/updater.lua +++ b/updater.lua @@ -128,7 +128,7 @@ header() write("Getting repository tree...") -local repodata = json.decode(dl("https://api.github.com/repos/LeonMMcoset/LeonOS/git/trees/primary?recursive=1")) +local repodata = json.decode(dl("https://api.github.com/repos/Leonmmcoset/LeonOS/git/trees/primary?recursive=1")) write("Filtering files...")