Skip to content

Commit f2e1f7a

Browse files
committed
Fixing mac build breaks
1 parent 197e97b commit f2e1f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/mac/wrapper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ set(GENERATED_ASSETS
1414
add_custom_command(
1515
OUTPUT ${GENERATED_ASSETS}
1616
DEPENDS ${ASSET_FILES}
17+
COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/assets
1718
COMMAND actool --output-format human-readable-text --notices --warnings
1819
--app-icon AppIcon --accent-color AccentColor
1920
--output-partial-info-plist ${CMAKE_CURRENT_BINARY_DIR}/assets/PartialInfo.plist
2021
--enable-on-demand-resources NO --development-region en --target-device mac
2122
--minimum-deployment-target ${CMAKE_OSX_DEPLOYMENT_TARGET} --platform macosx
2223
--compile ${CMAKE_CURRENT_BINARY_DIR}/assets
2324
${CMAKE_CURRENT_LIST_DIR}/Assets.xcassets
24-
--bundle-identifier ${WSDDN_BUNDLE_IDENTIFIER}.wrapper
2525

2626
)
2727

0 commit comments

Comments
 (0)