2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 22:24:00 +00:00

Add Continuous track, disable zip downloading

Opens update links in browser until new auto-update is implemented
This commit is contained in:
2021-03-19 00:31:34 -04:00
parent 7cc9abfac8
commit 32ba74db08
6 changed files with 361 additions and 336 deletions

View File

@@ -6,6 +6,12 @@
#include <QProgressBar>
#include <QLabel>
//#if _WIN32
//#define PLATFORM_ZIP_DOWNLOAD 1
//#else
#define PLATFORM_ZIP_DOWNLOAD 0
//#endif
class QuaZip;
class DownloadManager : public QObject {