diff --git a/builds/HentaiGameManager.exe b/builds/HentaiGameManager.exe index 078c031..0c4dc3b 100644 Binary files a/builds/HentaiGameManager.exe and b/builds/HentaiGameManager.exe differ diff --git a/builds/HentaiGameManager.jar b/builds/HentaiGameManager.jar index 856a383..6bffaa2 100644 Binary files a/builds/HentaiGameManager.jar and b/builds/HentaiGameManager.jar differ diff --git a/src/WebsiteHandle/autoUpdateCheck.java b/src/WebsiteHandle/autoUpdateCheck.java index fee4c56..1dba003 100644 --- a/src/WebsiteHandle/autoUpdateCheck.java +++ b/src/WebsiteHandle/autoUpdateCheck.java @@ -19,14 +19,13 @@ public static Boolean checkUpdate() { if (currentVersion == null) {currentVersion = mainInit.appVersion;} else {JOptionPane.showMessageDialog(null, "Error getting version (checkUpdate)", "Error", JOptionPane.ERROR_MESSAGE);} } - String url = "https://github.com/DiamondPRO02/nsfw-game-manager/releases/latest"; + String url = "https://github.com/DiamondCoder02/nsfw-game-manager/releases/latest"; Boolean updateNeeded = false; onlineLocation = getOnlineLocation(url); if (onlineLocation == null) { return updateNeeded; } onlineVersion = onlineLocation.substring(onlineLocation.lastIndexOf("/") + 1, onlineLocation.length()); onlineVersion = onlineVersion.substring(0, onlineVersion.lastIndexOf("-")); - System.out.println(onlineVersion); - System.out.println(currentVersion); + System.out.println(onlineVersion + " -> " + currentVersion); if (!onlineVersion.equals(currentVersion)) { updateNeeded = true; } System.out.println("Update is needed: "+updateNeeded); return updateNeeded; diff --git a/src/main/application/otherButtons.java b/src/main/application/otherButtons.java index fba7c3c..197d8ba 100644 --- a/src/main/application/otherButtons.java +++ b/src/main/application/otherButtons.java @@ -60,8 +60,8 @@ public static void FACKQU(){ // TODO faq "- Dlsite so only ID needed"+br+ "- (Far future) If I can, I will also add to download / autoupdate games"+br+br+ "Q: Support the project?"+br+"A: Patreon:"+" https://www.patreon.com/DiamondCoder"+br+ - "or on Github:"+" https://github.com/sponsors/DiamondPRO02"+br+br+ - "Q: Can I help code / Error in the program?"+br+"A: All isssue and help is accepted on GitHub:"+" https://github.com/DiamondPRO02/nsfw-game-manager"+br+br+ + "or on Github:"+" https://github.com/sponsors/DiamondCoder02"+br+br+ + "Q: Can I help code / Error in the program?"+br+"A: All isssue and help is accepted on GitHub:"+" https://github.com/DiamondCoder02/nsfw-game-manager"+br+br+ "Q: placeholder?"+br+"A: placeholder!"+ "

"); ep.addHyperlinkListener(new HyperlinkListener() { @@ -103,7 +103,7 @@ public static void money(){ "The main reason for this was to convert my old excel file into something more readeble and more usefull."+br+ "Main focus is something dynamic and easy to use for hentai games."+br+br+ "Thank you for using this program, it gives me smile I can make something good."+br+br+ - "Full open source:"+" https://github.com/DiamondPRO02/nsfw-game-manager"+br+ + "Full open source:"+" https://github.com/DiamondCoder02/nsfw-game-manager"+br+ "Support me on Github or on Patreon:"+" https://www.patreon.com/DiamondCoder

"+br); ep.addHyperlinkListener(new HyperlinkListener() { @Override