mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-02 22:21:21 +00:00
Fix warning on updater/check_update.cpp about undefined UPDATE_URL
This commit is contained in:
parent
16ae88b6d9
commit
49b068cccc
@ -101,8 +101,8 @@ public:
|
|||||||
|
|
||||||
#ifndef UPDATE_URL
|
#ifndef UPDATE_URL
|
||||||
#define UPDATE_URL ""
|
#define UPDATE_URL ""
|
||||||
#endif
|
|
||||||
#pragma message("warning: Define UPDATE_URL macro")
|
#pragma message("warning: Define UPDATE_URL macro")
|
||||||
|
#endif
|
||||||
|
|
||||||
std::string url = UPDATE_URL;
|
std::string url = UPDATE_URL;
|
||||||
if (!uuid.empty()) {
|
if (!uuid.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user