From 81b76da9035a67dd33c0af31ebc2afbf1f276cfc Mon Sep 17 00:00:00 2001 From: VaibhavWakde52 <149496880+VaibhavWakde52@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:41:08 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be2be45..23fd4e9b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Maid utilises git submodules extensively. To clone the repository, use the follo git clone --recursive https://github.com/Mobile-Artificial-Intelligence/maid.git ``` -Maids repository has flutter linked as a submodule. This is needed for reproducable fdroid builds. +Maids repository has flutter linked as a submodule. This is needed for reproducible fdroid builds. However, for development you may want to use a local install of flutter. Remove the flutter submodule by running the git command ```bash From b3d47ee70e228b3d95ce367e5f4d8262c9109c03 Mon Sep 17 00:00:00 2001 From: VaibhavWakde52 <149496880+VaibhavWakde52@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:41:34 +0530 Subject: [PATCH 2/2] Update CMakeLists.txt --- linux/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 74594c42..c4923c8d 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -78,7 +78,7 @@ target_link_libraries(${BINARY_NAME} PRIVATE PkgConfig::GTK) add_dependencies(${BINARY_NAME} flutter_assemble) # Only the install-generated bundle's copy of the executable will launch -# correctly, since the resources must in the right relative locations. To avoid +# correctly, since the resources must be in the right relative locations. To avoid # people trying to run the unbundled copy, put it in a subdirectory instead of # the default top-level location. set_target_properties(${BINARY_NAME}