mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-22 11:55:54 +01:00
Make the user download url blank for now
This commit is contained in:
parent
f2f5e739c4
commit
1f5c48ec2b
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user