Move shared Updater logic into UpdaterCommon

This commit is contained in:
spycrab
2019-02-25 23:08:03 +01:00
parent 25e9339746
commit 9c84524684
15 changed files with 810 additions and 1190 deletions

View File

@ -16,5 +16,6 @@ if(ENABLE_QT)
endif()
if (APPLE)
add_subdirectory(UpdaterCommon)
add_subdirectory(MacUpdater)
endif()