mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +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
|
||||
#define UPDATE_URL ""
|
||||
#endif
|
||||
#pragma message("warning: Define UPDATE_URL macro")
|
||||
#endif
|
||||
|
||||
std::string url = UPDATE_URL;
|
||||
if (!uuid.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user