diff --git a/public/installer.js b/public/installer.js
index 64e0d9a..447d01a 100644
--- a/public/installer.js
+++ b/public/installer.js
@@ -74,7 +74,7 @@
if (platform.startsWith("windows")) {
return "exe"
}
- return "bin"
+ return ""
}
})()
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 1a34d2c..2a91213 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -16,22 +16,24 @@ import Button from "../components/Button.astro";
-
About Us
+ About Us
- The Ornithe Project enables the use of the Fabric and Quilt mod
- loaders on old Minecraft versions, from the earliest versions of the
- pre-classic era up to release 1.14.4. We aim to support all
- possible versions within this range, even as once-lost versions are found and
- archived.
+ The Ornithe Project enables the use of the Fabric and Quilt mod loaders on old Minecraft versions, from the earliest versions of the
+ pre-classic era up to release 1.14.4. We aim to support
+ all possible versions within this range, even as once-lost versions are
+ found and archived.
- Ornithe offers high-quality mappings and a light-weight library of
- APIs, ensuring a consistent modding experience across the range of
- supported Minecraft versions. We also offer more obscure Java bytecode
- patches to clean up even heavily obfuscated versions.
+ Ornithe offers high-quality mappings and a light-weight library of APIs, ensuring a consistent modding experience across the range of
+ supported Minecraft versions. We also offer more obscure Java bytecode patches to clean up even heavily obfuscated versions.
@@ -44,10 +46,8 @@ import Button from "../components/Button.astro";
modding with Ornithe.
-
@@ -57,14 +57,15 @@ import Button from "../components/Button.astro";
Feather
- A set of mappings that provides a consistent modding experience across
- a wide range of Minecraft versions.
+ A set of mappings that provides a consistent modding experience
+ across a wide range of Minecraft versions.
Calamus
- An intermediate mapping layer that enables cross-version mod compatibility.
+ An intermediate mapping layer that enables cross-version mod
+ compatibility.
@@ -91,7 +92,8 @@ import Button from "../components/Button.astro";
Raven
- Patches for throws clauses in method declarations in Java class files.
+ Patches for throws clauses in method declarations in Java class
+ files.
@@ -111,16 +113,15 @@ import Button from "../components/Button.astro";
Exceptor
- A tool that patches throws clauses in method declarations in Java class files.
+ A tool that patches throws clauses in method declarations in Java
+ class files.
Condor
-
- A local variable table generator for Java class files.
-
+ A local variable table generator for Java class files.
Preen
@@ -128,17 +129,15 @@ import Button from "../components/Button.astro";
Miscellaneous de-obfuscation patches for Java class files.
-
-
+
-