Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 18be3b3

Browse files
committed
added new constant
(sorry shouldve comm everything together)
1 parent cc35c99 commit 18be3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utils/Constants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
public class Constants
44
{
55
public static string GitHubNewIssueLink = "https://github.com/Hexer10/SPCode/issues/new";
6+
public static string GitHubLatestRelease = "https://github.com/Hexer10/SPCode/releases/latest";
67
public static string DiscordRPCAppID = "692110664948514836";
78
public static string JavaDownloadSite64 = "https://api.adoptopenjdk.net/v3/installer/latest/15/ga/windows/x64/jdk/hotspot/normal/adoptopenjdk?project=jdk";
89
public static string JavaDownloadSite32 = "https://api.adoptopenjdk.net/v3/installer/latest/15/ga/windows/x32/jdk/hotspot/normal/adoptopenjdk?project=jdk";

0 commit comments

Comments
 (0)