Skip to content

Commit

Permalink
Fix the asset updater downloading and checking the wrong Dalamud channel
Browse files Browse the repository at this point in the history
Whoopsie, forgot to actually add it to the URL...
  • Loading branch information
redstrate committed Jul 2, 2024
1 parent a30b26f commit 1401f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/src/assetupdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ QCoro::Task<bool> AssetUpdater::checkRemoteDalamudVersion()
QUrlQuery query;
query.addQueryItem(QStringLiteral("track"), m_profile.dalamudChannelName());

url.setQuery(query);

const QNetworkRequest request(url);
Utility::printRequest(QStringLiteral("GET"), request);

Expand Down

0 comments on commit 1401f9e

Please sign in to comment.