Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Aug 26, 2019
1 parent 485fa72 commit 1736064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def parseConfig(File config) {

jar {
//rename the default output, for some better... sanity with scipts
archiveName = "${baseName} ${version}.${extension}"
archiveName = "${baseName}-${version}.${extension}"

manifest {
attributes([
Expand Down
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
#Sat Aug 10 23:59:25 BST 2019
#Mon Aug 26 19:54:48 BST 2019
mod_name=Quark
forge_version=28.0.55
mapping_version=20190719-1.14.3
mapping_channel=snapshot
mod_id=quark
arl_version=1.4-33.51
version=beta-2.0
dir_output=../Build Output/Quark/
build_number=178
mc_version=1.14.4
arl_version=1.4-33.51
build_number=179

0 comments on commit 1736064

Please sign in to comment.