Skip to content

Commit

Permalink
Add v in front of the version in the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 28, 2024
1 parent dccb9fe commit a3a2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a3a2cfa

Please sign in to comment.