From a3a2cfa21cad365f46e8c1c2d7b2f14c582ab028 Mon Sep 17 00:00:00 2001 From: bl4ckscor3 Date: Thu, 28 Nov 2024 21:19:55 +0100 Subject: [PATCH] Add v in front of the version in the file name --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b66cd566..c9f3e35e5 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { tasks.named('jar', Jar).configure { exclude('net/geforcemods/securitycraft/datagen/**') //exclude files from the built jar that are only used to generate the assets & data - archiveFileName = "[1.21.3] SecurityCraft ${version}.jar" + archiveFileName = "[1.21.3] SecurityCraft v${version}.jar" manifest { attributes(["Specification-Title": "SecurityCraft", "Specification-Vendor": "Geforce, bl4ckscor3, Redstone_Dubstep",