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

Commit

Permalink
2024.8.1f: Fix login issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Aug 18, 2024
1 parent b14ec38 commit bcbe41a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 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.8.1 (Neo Primalia)``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest)
Zyneon Application ```2024.8.1f (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
22 changes: 13 additions & 9 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.8.1</version>
<version>2024.8.1f</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -20,30 +20,35 @@

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>zyneonstudios-repo-releases</id>
<name>Zyneon Studios Repository</name>
<url>https://maven.zyneonstudios.com/releases</url>
</repository>
<repository>
<id>zyneonstudios-repo-private</id>
<name>Zyneon Studios Repository</name>
<url>https://maven.zyneonstudios.com/private</url>
</repository>
</repositories>


<dependencies>
<!--Dependencies by Zyneon Studios' NEXUS Team-->
<dependency>
<groupId>com.zyneonstudios</groupId>
<artifactId>nexus-zyndex</artifactId>
<version>2024.7</version>
<version>2024.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.zyneonstudios</groupId>
<artifactId>nexus-auth</artifactId>
<version>2024.7</version>
<version>2024.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.zyneonstudios</groupId>
<artifactId>verget-all</artifactId>
<version>2024.6</version>
<version>2024.8</version>
<scope>compile</scope>
</dependency>

Expand All @@ -58,8 +63,7 @@
<groupId>fr.flowarg</groupId>
<artifactId>openlauncherlib</artifactId>
<version>3.2.11</version>
<scope>system</scope>
<systemPath>D:\Workspaces\IntelliJ\OpenLauncherLib\build\libs\openlauncherlib-3.2.11.jar</systemPath>
<scope>compile</scope>
</dependency>

<!--Something... that is used?.... in the code?-->
Expand Down
2 changes: 1 addition & 1 deletion application-main/src/main/java/com/zyneonstudios/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void main(String[] args) {
splash = new ZyneonSplash();
splash.setVisible(true);
FileUtil.deleteFolder(new File(getDirectoryPath()+"temp/"));
version = "2024.8.1";
version = "2024.8.1f";
ArrayList<String> arguments = new ArrayList<>();
String name = "Neo Primalia";
architecture = getArchitecture();
Expand Down
Binary file modified application-main/src/main/resources/content.zip
Binary file not shown.
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.8.1 - Neo Primalia</h3>
<h3>2024.8.1f - Neo Primalia</h3>
</div>
<div>
<div class="card">
Expand Down

0 comments on commit bcbe41a

Please sign in to comment.