mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
NOISSUE remove use of obsolete URL constants, simplify the rest
This commit is contained in:
parent
16cc20aefd
commit
58260da861
8 changed files with 13 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ namespace URLConstants {
|
|||
|
||||
QString getLegacyJarUrl(QString version)
|
||||
{
|
||||
return "https://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
return AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
}
|
||||
|
||||
QString getJarPath(QString version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue