Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
2024.8.1 (Neo Primalia): Fix NeoForge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Aug 18, 2024
1 parent 06f75f4 commit b14ec38
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Zyneon Application ```2024.8f (Aurora Borealis)``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest)
Zyneon Application ```2024.8.1 (Neo Primalia)``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest)
<br>`Contributions are welcome!` [Visit the rewrite branch to contribute](https://github.com/danieldieeins/Zyneon-Application/tree/shervann)

Download the Zyneon Application from https://github.com/danieldieeins/Zyneon-Application/releases and https://nexus.zyneonstudios.com/application only! All other sources are not verified and we assume no liability!
Expand Down
7 changes: 4 additions & 3 deletions application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>application-main</artifactId>
<version>2024.8f</version>
<version>2024.8.1</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down Expand Up @@ -57,8 +57,9 @@
<dependency>
<groupId>fr.flowarg</groupId>
<artifactId>openlauncherlib</artifactId>
<version>3.2.9</version>
<scope>compile</scope>
<version>3.2.11</version>
<scope>system</scope>
<systemPath>D:\Workspaces\IntelliJ\OpenLauncherLib\build\libs\openlauncherlib-3.2.11.jar</systemPath>
</dependency>

<!--Something... that is used?.... in the code?-->
Expand Down
4 changes: 2 additions & 2 deletions application-main/src/main/java/com/zyneonstudios/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ public static void main(String[] args) {
splash = new ZyneonSplash();
splash.setVisible(true);
FileUtil.deleteFolder(new File(getDirectoryPath()+"temp/"));
version = "2024.8f";
version = "2024.8.1";
ArrayList<String> arguments = new ArrayList<>();
String name = "Aurora Borealis";
String name = "Neo Primalia";
architecture = getArchitecture();
logger = new ZLogger("ZYNEON");
String fullVersion = version+" ▪ "+name;
Expand Down
Binary file modified application-main/src/main/resources/content.zip
Binary file not shown.
Binary file modified application-ui/content/assets/zyneon/images/zyneon-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion application-ui/content/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3 id="notification-actions"><a class="button">Restart</a><a class="button">Dyn
<div class="flex">
<div>
<h1>Zyneon Application</h1>
<h3>2024.8f - Aurora Borealis</h3>
<h3>2024.8.1 - Neo Primalia</h3>
</div>
<div>
<div class="card">
Expand Down

0 comments on commit b14ec38

Please sign in to comment.