Make the user download url blank for now

This commit is contained in:
Vankka 2023-05-19 20:34:11 +03:00
parent f2f5e739c4
commit 1f5c48ec2b
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -44,7 +44,7 @@ import java.util.List;
public class UpdateChecker {
private static final String USER_DOWNLOAD_URL = "https://discordsrv.com/download";
private static final String USER_DOWNLOAD_URL = "-";// "https://discordsrv.com/download";
private static final String GITHUB_REPOSITORY = "DiscordSRV/Ascension";
private static final String GITHUB_DEV_BRANCH = "main";