Skip to content
Snippets Groups Projects
Commit 89dcba8b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Resolve updates

parents 105ad6d8 91270a4f
No related branches found
No related tags found
No related merge requests found
...@@ -1297,11 +1297,12 @@ if (WINDOWS) ...@@ -1297,11 +1297,12 @@ if (WINDOWS)
) )
if (PACKAGE) if (PACKAGE)
add_custom_command( add_custom_command(
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/event_host.tar.bz2 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2
COMMAND ${PYTHON_EXECUTABLE} COMMAND ${PYTHON_EXECUTABLE}
ARGS ARGS
${CMAKE_CURRENT_SOURCE_DIR}/event_host_manifest.py ${CMAKE_CURRENT_SOURCE_DIR}/event_host_manifest.py
${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CFG_INTDIR} ${CMAKE_CFG_INTDIR}
DEPENDS DEPENDS
...@@ -1312,7 +1313,7 @@ if (WINDOWS) ...@@ -1312,7 +1313,7 @@ if (WINDOWS)
add_custom_target(package ALL add_custom_target(package ALL
DEPENDS DEPENDS
${CMAKE_CFG_INTDIR}/touched.bat ${CMAKE_CFG_INTDIR}/touched.bat
${CMAKE_CURRENT_SOURCE_DIR}/event_host.tar.bz2) ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2)
add_dependencies(package windows-updater windows-crash-logger) add_dependencies(package windows-updater windows-crash-logger)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment