Skip to content

Commit 14d1a15

Browse files
committed
fix(mwc): fix ios and windows
1 parent 9038ac1 commit 14d1a15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/app_config/templates/windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if(INCLUDE_EPIC_SO)
8989
endif()
9090

9191
if(INCLUDE_MWC_SO)
92-
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../crypto_plugins/flutter_libmwc/scripts/windows/build/libmwc_cash_wallet.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
92+
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../crypto_plugins/flutter_libmwc/scripts/windows/build/libmwc_wallet.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
9393
COMPONENT Runtime)
9494
endif()
9595

0 commit comments

Comments
 (0)