Skip to content

Commit 48a7f08

Browse files
committed
update
1 parent bae4679 commit 48a7f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimizerNXT/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ internal class Program {
1010
internal const string CurrentVersion = "1.0.0";
1111
internal static string LatestVersion = string.Empty;
1212
internal static Mutex Mutex;
13-
internal const string GitHubProjectUrl = "https://github.com/hellzerg/optimizer-nxt";
13+
internal const string GitHubProjectUrl = "https://github.com/hellzerg/optimizerNXT";
1414
internal const string DonateUrl = "https://www.paypal.com/paypalme/supportoptimizer";
15-
internal const string GithubVersionUrl = "https://raw.githubusercontent.com/hellzerg/optimizernxt/refs/heads/main/version.txt";
15+
internal const string GithubVersionUrl = "https://raw.githubusercontent.com/hellzerg/optimizerNXT/refs/heads/main/version.txt";
1616

1717
const string MUTEX_GUID = @"{DEADMOON-0EFC7B8A-D1FC-467F-0117C643FE19-OPTIMIZER-NXT}";
1818
static bool _cliNotRunning;

0 commit comments

Comments
 (0)