Merge branch 'feature/wsl-for-apps' into user/beenachauhan/wsla-test

This commit is contained in:
beena352 2025-12-09 11:34:20 -08:00 committed by GitHub
commit 27da12d869
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