From f6b9c468c29edf14fa6ff1e95f9cb2672ee49ae0 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 31 Dec 2022 15:33:16 -0300 Subject: [PATCH] change files --- .changes/resources-map-bundler.md | 5 +++++ .changes/resources-map.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/resources-map-bundler.md create mode 100644 .changes/resources-map.md diff --git a/.changes/resources-map-bundler.md b/.changes/resources-map-bundler.md new file mode 100644 index 00000000000..f6b1024ab0e --- /dev/null +++ b/.changes/resources-map-bundler.md @@ -0,0 +1,5 @@ +--- +"tauri-bundler": minor +--- + +Allow using a resource map instead of a simple array in `BundleSettings::resources_map`. diff --git a/.changes/resources-map.md b/.changes/resources-map.md new file mode 100644 index 00000000000..96c3af6be7f --- /dev/null +++ b/.changes/resources-map.md @@ -0,0 +1,5 @@ +--- +"tauri-utils": minor +--- + +Allow specifying resources as a map specifying source and target paths.