Flutter upgrade
This commit is contained in:
parent
46e836f611
commit
ae66f6a3a2
|
|
@ -15,7 +15,7 @@ migration:
|
||||||
- platform: root
|
- platform: root
|
||||||
create_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
create_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
||||||
base_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
base_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
||||||
- platform: windows
|
- platform: linux
|
||||||
create_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
create_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
||||||
base_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
base_revision: 9e1c857886f07d342cf106f2cd588bcd5e031bb2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,12 @@ foreach(bundled_library ${PLUGIN_BUNDLED_LIBRARIES})
|
||||||
COMPONENT Runtime)
|
COMPONENT Runtime)
|
||||||
endforeach(bundled_library)
|
endforeach(bundled_library)
|
||||||
|
|
||||||
|
# Copy the native assets provided by the build.dart from all packages.
|
||||||
|
set(NATIVE_ASSETS_DIR "${PROJECT_BUILD_DIR}native_assets/linux/")
|
||||||
|
install(DIRECTORY "${NATIVE_ASSETS_DIR}"
|
||||||
|
DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
|
||||||
|
COMPONENT Runtime)
|
||||||
|
|
||||||
# Fully re-copy the assets directory on each build to avoid having stale files
|
# Fully re-copy the assets directory on each build to avoid having stale files
|
||||||
# from a previous install.
|
# from a previous install.
|
||||||
set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
|
set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue