Rename update.cpp to updater_win.cpp.

This commit is contained in:
John Preston
2019-11-25 18:34:02 +03:00
parent 8f17fe98e0
commit fe1aacd37b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -991,10 +991,10 @@ add_dependencies(Telegram Updater)
set(updater_sources
PRIVATE
_other/updater.cpp
_other/updater.h
_other/updater_win.cpp
_other/updater_linux.cpp
_other/updater_osx.m
_other/updater.h
)
nice_target_sources(Updater ${src_loc} "${updater_sources}")