mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-13 05:46:59 -04:00
parent
13968fe3aa
commit
b9bdc29dc2
@ -110,7 +110,7 @@ tasks.getByName<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("sha
|
|||||||
|
|
||||||
manifest {
|
manifest {
|
||||||
attributes(
|
attributes(
|
||||||
"Created-By" to "Copyright(c) 2013-2021 huangyuhui.",
|
"Created-By" to "Copyright(c) 2013-2023 huangyuhui.",
|
||||||
"Main-Class" to "org.jackhuang.hmcl.Main",
|
"Main-Class" to "org.jackhuang.hmcl.Main",
|
||||||
"Multi-Release" to "true",
|
"Multi-Release" to "true",
|
||||||
"Implementation-Version" to project.version,
|
"Implementation-Version" to project.version,
|
||||||
|
@ -111,7 +111,7 @@ public class AboutPage extends StackPane {
|
|||||||
{
|
{
|
||||||
IconedTwoLineListItem javafx = new IconedTwoLineListItem();
|
IconedTwoLineListItem javafx = new IconedTwoLineListItem();
|
||||||
javafx.setTitle("JavaFX");
|
javafx.setTitle("JavaFX");
|
||||||
javafx.setSubtitle("Copyright © 2013, 2021, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception.");
|
javafx.setSubtitle("Copyright © 2013, 2023, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception.");
|
||||||
javafx.setExternalLink("https://openjfx.io/");
|
javafx.setExternalLink("https://openjfx.io/");
|
||||||
|
|
||||||
IconedTwoLineListItem jfoenix = new IconedTwoLineListItem();
|
IconedTwoLineListItem jfoenix = new IconedTwoLineListItem();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user