fix(launcher): bootstrap release state and signed manifest
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
set(_updater_sources
|
||||
main.cpp
|
||||
UpdaterLogic.h
|
||||
UpdaterLogic.cpp
|
||||
UpdateTransaction.h
|
||||
UpdateTransaction.cpp
|
||||
)
|
||||
@@ -11,6 +9,7 @@ target_compile_features(Updater PRIVATE cxx_std_17)
|
||||
target_link_libraries(Updater
|
||||
PRIVATE
|
||||
Common
|
||||
UpdateClientUpdaterLogic
|
||||
Qt5::Core
|
||||
Qt5::Network
|
||||
Qt5::Gui
|
||||
|
||||
Reference in New Issue
Block a user