refactor: rename asserts to assets

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent aea03800c7
commit 8458becfbc
18 changed files with 12 additions and 12 deletions
@@ -27,8 +27,8 @@ public class Suo5Manager {
if (!pwd.endsWith("MemShellParty")) {
pwd = pwd.getParent();
}
suo5Command = pwd.resolve(Paths.get("asserts", "suo5", "suo5-" + osType + "-" + osArch)).toAbsolutePath().toString();
suo5v2Command = pwd.resolve(Paths.get("asserts", "suo5", "suo5v2-" + osType + "-" + osArch)).toAbsolutePath().toString();
suo5Command = pwd.resolve(Paths.get("assets", "suo5", "suo5-" + osType + "-" + osArch)).toAbsolutePath().toString();
suo5v2Command = pwd.resolve(Paths.get("assets", "suo5", "suo5v2-" + osType + "-" + osArch)).toAbsolutePath().toString();
}
public static void main(String[] args) {