Skip to content

Commit 435db34

Browse files
committed
Add update name
1 parent a0086ea commit 435db34

File tree

1 file changed

+1
-1
lines changed
  • application-main/src/main/java/com/zyneonstudios

1 file changed

+1
-1
lines changed

application-main/src/main/java/com/zyneonstudios/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class Main {
3030

3131
public static void main(String[] args) {
3232
version = "2024.2.5";
33+
String name = "Domania";
3334
architecture = getArchitecture();
34-
String name = "Unknown";
3535
splash = new ZyneonSplash();
3636
splash.setVisible(true);
3737
logger = new ZLogger("ZYNEON");

0 commit comments

Comments
 (0)