1.0 fsd main

This commit is contained in:
2025-12-07 12:58:55 -05:00
parent 76eb4809e2
commit 66fa060e2f
8 changed files with 71 additions and 64 deletions

View File

@@ -22,7 +22,7 @@ for i, pkg in pairs(pkgs) do
std.muted(pkg[2] or "Could not find a description."),
std.br(),
std.ul({
std.rl(pkg[1], std.external("https://git.vxserver.dev/fSD/" .. pkg[1], "Download")),
std.rl(pkg[1], std.external("/archive/releases/" .. pkg[1], "Download")),
}),
}))
end