desktop: Switch to file_picker

This commit is contained in:
Elias Projahn 2022-05-06 13:57:23 +02:00
parent 777c89fed4
commit 25b0a9f436
6 changed files with 9 additions and 21 deletions

View file

@ -78,7 +78,8 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND} -E env
${FLUTTER_TOOL_ENVIRONMENT}
"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.sh"
linux-x64 ${CMAKE_BUILD_TYPE}
${FLUTTER_TARGET_PLATFORM} ${CMAKE_BUILD_TYPE}
VERBATIM
)
add_custom_target(flutter_assemble DEPENDS
"${FLUTTER_LIBRARY}"