mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Rename update.cpp to updater_win.cpp.
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
'<(src_loc)',
|
||||
],
|
||||
'sources': [
|
||||
'<(src_loc)/_other/updater.cpp',
|
||||
'<(src_loc)/_other/updater_win.cpp',
|
||||
'<(src_loc)/_other/updater.h',
|
||||
'<(src_loc)/_other/updater_linux.cpp',
|
||||
'<(src_loc)/_other/updater_osx.m',
|
||||
@@ -49,7 +49,7 @@
|
||||
}],
|
||||
[ '"<(build_win)" != "1"', {
|
||||
'sources!': [
|
||||
'<(src_loc)/_other/updater.cpp',
|
||||
'<(src_loc)/_other/updater_win.cpp',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user