Merge branch 'feature/wsl-for-apps' into user/ptrivedi/stop-cont

This commit is contained in:
Pooja Trivedi 2025-12-09 17:04:09 -05:00 committed by GitHub
commit ae4c079568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ endif()
set_source_files_properties(${OUTPUT_PACKAGE} PROPERTIES GENERATED TRUE)
if (DEFINED WSL_POST_BUILD_COMMAND AND NOT "${WSL_POST_BUILD_COMMAND}" STREQUAL "")
if (DEFINED WSL_POST_BUILD_COMMAND)
add_custom_command(
TARGET msipackage
POST_BUILD