Remove Node_modules as not needed vendored

also changed few Things about Website
This commit is contained in:
2026-07-07 14:05:47 +02:00
parent 098dd31b58
commit dd2ac3bc69
1460 changed files with 405 additions and 204880 deletions
+9 -1
View File
@@ -12,9 +12,17 @@ module.exports = [
},
{
os: "Linux",
format: "AppImage x86_64",
format: "Flatpak (.flatpakref)",
icon: "🐧",
recommended: true,
note: "Recommended for most Linux users. Open the file with GNOME Software / Discover, or run: flatpak install de.x08.KST4Contest.flatpakref",
url: `${base}/de.x08.KST4Contest.flatpakref`
},
{
os: "Linux",
format: "AppImage x86_64",
icon: "🐧",
recommended: false,
note: "Portable Linux build without package installation.",
url: `${base}/KST4Contest-${latestTag}-linux-x86_64.AppImage`
},