plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

[Feature Request: Store] Configurable store location

Open Big-Iron-Cheems opened this issue 6 months ago • 1 comments

By default, the Store plugin seems to use the BaseDirectory::AppData dir to manage its stores [src]. It would be great to have it configurable to any other tauri::path::BaseDirectory variant, giving developers full control of where their app's files are stored.

Big-Iron-Cheems avatar Jul 29 '25 20:07 Big-Iron-Cheems

For the time being, I believe you could use an absolute path and it should just work

Legend-Master avatar Jul 30 '25 05:07 Legend-Master