Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
release_channel.cpp File Reference
#include "release_channel.h"
#include "version_string.h"
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>
#include <QMessageBox>
#include <QNetworkReply>
#include <QRegularExpression>
#include <QSysInfo>
#include <QtGlobal>
Include dependency graph for release_channel.cpp:

Macros

#define STABLERELEASE_URL   "https://api.github.com/repos/Cockatrice/Cockatrice/releases/latest"
#define STABLEMANUALDOWNLOAD_URL   "https://github.com/Cockatrice/Cockatrice/releases/latest"
#define STABLETAG_URL   "https://api.github.com/repos/Cockatrice/Cockatrice/git/refs/tags/"
#define BETARELEASE_URL   "https://api.github.com/repos/Cockatrice/Cockatrice/releases"
#define BETAMANUALDOWNLOAD_URL   "https://github.com/Cockatrice/Cockatrice/releases/"
#define BETARELEASE_CHANGESURL   "https://github.com/Cockatrice/Cockatrice/compare/%1...%2"
#define GIT_SHORT_HASH_LEN   7

Macro Definition Documentation

◆ BETAMANUALDOWNLOAD_URL

#define BETAMANUALDOWNLOAD_URL   "https://github.com/Cockatrice/Cockatrice/releases/"

◆ BETARELEASE_CHANGESURL

#define BETARELEASE_CHANGESURL   "https://github.com/Cockatrice/Cockatrice/compare/%1...%2"

◆ BETARELEASE_URL

#define BETARELEASE_URL   "https://api.github.com/repos/Cockatrice/Cockatrice/releases"

◆ GIT_SHORT_HASH_LEN

#define GIT_SHORT_HASH_LEN   7

◆ STABLEMANUALDOWNLOAD_URL

#define STABLEMANUALDOWNLOAD_URL   "https://github.com/Cockatrice/Cockatrice/releases/latest"

◆ STABLERELEASE_URL

#define STABLERELEASE_URL   "https://api.github.com/repos/Cockatrice/Cockatrice/releases/latest"

◆ STABLETAG_URL

#define STABLETAG_URL   "https://api.github.com/repos/Cockatrice/Cockatrice/git/refs/tags/"