Skip to content

Commit 222e6f5

Browse files
authored
Merge pull request #183 from CortezJEL/patch-1
Update AeqPackageManager.cpp to fix the AutoEQ link
2 parents 8244fb8 + fa7fd05 commit 222e6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subprojects/AutoEqIntegration/AeqPackageManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <QFile>
99
#include <QNetworkAccessManager>
1010

11-
#define REPO_ROOT QString("https://raw.githubusercontent.com/ThePBone/AutoEqPackages/main/")
11+
#define REPO_ROOT QString("https://raw.githubusercontent.com/ThePBone/AutoEqPackages/main")
1212

1313
AeqPackageManager::AeqPackageManager(QObject *parent) : QObject(parent), nam(new QNetworkAccessManager(this))
1414
{

0 commit comments

Comments
 (0)