use the meteor built-in updater

(click on the name in title screen credits)
This commit is contained in:
C10udburst
2022-03-22 17:04:24 +01:00
parent fb9586c954
commit 47c46dfcf9
8 changed files with 26 additions and 76 deletions

View File

@@ -52,7 +52,7 @@ processResources {
expand "version": project.version
filter { line -> line.replace("@mc_version@", project.minecraft_version) }
filter { line -> line.replace("@gh_hash@", System.getenv("GITHUB_SHA") ?: "unknown") }
filter { line -> line.replace("@gh_hash@", System.getenv("GITHUB_SHA") ?: "") }
}
}