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.