Skip to content

Commit dd96102

Browse files
1.1.1.4
1 parent 9eee063 commit dd96102

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

builds/HentaiGameManager.exe

23 Bytes
Binary file not shown.

builds/HentaiGameManager.jar

23 Bytes
Binary file not shown.

src/WebsiteHandle/autoUpdateCheck.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ public static Boolean checkUpdate() {
1919
if (currentVersion == null) {currentVersion = mainInit.appVersion;}
2020
else {JOptionPane.showMessageDialog(null, "Error getting version (checkUpdate)", "Error", JOptionPane.ERROR_MESSAGE);}
2121
}
22-
String url = "https://github.com/DiamondPRO02/nsfw-game-manager/releases/latest";
22+
String url = "https://github.com/DiamondCoder02/nsfw-game-manager/releases/latest";
2323

2424
Boolean updateNeeded = false;
2525
onlineLocation = getOnlineLocation(url); if (onlineLocation == null) { return updateNeeded; }
2626
onlineVersion = onlineLocation.substring(onlineLocation.lastIndexOf("/") + 1, onlineLocation.length());
2727
onlineVersion = onlineVersion.substring(0, onlineVersion.lastIndexOf("-"));
28-
System.out.println(onlineVersion);
29-
System.out.println(currentVersion);
28+
System.out.println(onlineVersion + " -> " + currentVersion);
3029
if (!onlineVersion.equals(currentVersion)) { updateNeeded = true; }
3130
System.out.println("Update is needed: "+updateNeeded);
3231
return updateNeeded;

src/main/application/otherButtons.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public static void FACKQU(){ // TODO faq
6060
"- Dlsite so only ID needed"+br+
6161
"- (Far future) If I can, I will also add to download / autoupdate games"+br+br+
6262
"Q: Support the project?"+br+"A: Patreon:"+" <font color = 64AFFF><a href=\"https://www.patreon.com/DiamondCoder\">https://www.patreon.com/DiamondCoder</a></font>"+br+
63-
"or on Github:"+" <font color = 64AFFF><a href=\"https://github.com/sponsors/DiamondPRO02\">https://github.com/sponsors/DiamondPRO02</a></font>"+br+br+
64-
"Q: Can I help code / Error in the program?"+br+"A: All isssue and help is accepted on GitHub:"+" <font color = 64AFFF><a href=\"https://github.com/DiamondPRO02/nsfw-game-manager\">https://github.com/DiamondPRO02/nsfw-game-manager</a></font>"+br+br+
63+
"or on Github:"+" <font color = 64AFFF><a href=\"https://github.com/sponsors/DiamondCoder02\">https://github.com/sponsors/DiamondCoder02</a></font>"+br+br+
64+
"Q: Can I help code / Error in the program?"+br+"A: All isssue and help is accepted on GitHub:"+" <font color = 64AFFF><a href=\"https://github.com/DiamondCoder02/nsfw-game-manager\">https://github.com/DiamondCoder02/nsfw-game-manager</a></font>"+br+br+
6565
"Q: placeholder?"+br+"A: placeholder!"+
6666
"</span></p>");
6767
ep.addHyperlinkListener(new HyperlinkListener() {
@@ -103,7 +103,7 @@ public static void money(){
103103
"The main reason for this was to convert my old excel file into something more readeble and more usefull."+br+
104104
"Main focus is something dynamic and easy to use for hentai games."+br+br+
105105
"Thank you for using this program, it gives me smile I can make something good."+br+br+
106-
"Full open source:"+" <font color = 64AFFF><a href=\"https://github.com/DiamondPRO02/nsfw-game-manager\">https://github.com/DiamondPRO02/nsfw-game-manager</a></font>"+br+
106+
"Full open source:"+" <font color = 64AFFF><a href=\"https://github.com/DiamondCoder02/nsfw-game-manager\">https://github.com/DiamondCoder02/nsfw-game-manager</a></font>"+br+
107107
"Support me on Github or on Patreon:"+" <font color = 64AFFF><a href=\"https://www.patreon.com/DiamondCoder\">https://www.patreon.com/DiamondCoder</a></font></span></p>"+br);
108108
ep.addHyperlinkListener(new HyperlinkListener() {
109109
@Override

0 commit comments

Comments
 (0)