Skip to content

Commit 8e7150b

Browse files
authored
Merge pull request #1206 from cypherstack/fix/mwc
fix(mwc): fix ios and windows
2 parents 9038ac1 + 14d1a15 commit 8e7150b

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)