diff --git a/crypto_plugins/flutter_libmwc b/crypto_plugins/flutter_libmwc index f06b15071..8ef552711 160000 --- a/crypto_plugins/flutter_libmwc +++ b/crypto_plugins/flutter_libmwc @@ -1 +1 @@ -Subproject commit f06b15071dd6d9f2bb75d2373b410338762744e4 +Subproject commit 8ef552711a3c6afc631078b7106c1d6c762b5635 diff --git a/scripts/app_config/templates/windows/CMakeLists.txt b/scripts/app_config/templates/windows/CMakeLists.txt index 02532aa15..edc7b5a5b 100644 --- a/scripts/app_config/templates/windows/CMakeLists.txt +++ b/scripts/app_config/templates/windows/CMakeLists.txt @@ -89,7 +89,7 @@ if(INCLUDE_EPIC_SO) endif() if(INCLUDE_MWC_SO) - install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../crypto_plugins/flutter_libmwc/scripts/windows/build/libmwc_cash_wallet.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" + install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../crypto_plugins/flutter_libmwc/scripts/windows/build/libmwc_wallet.dll" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}" COMPONENT Runtime) endif()