更改版权声明 (#2078)

* Update AboutPage.java

* Update build.gradle.kts
This commit is contained in:
Sharll
2023-02-08 19:51:47 +08:00
committed by GitHub
parent 13968fe3aa
commit b9bdc29dc2
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ tasks.getByName<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("sha
manifest {
attributes(
"Created-By" to "Copyright(c) 2013-2021 huangyuhui.",
"Created-By" to "Copyright(c) 2013-2023 huangyuhui.",
"Main-Class" to "org.jackhuang.hmcl.Main",
"Multi-Release" to "true",
"Implementation-Version" to project.version,