diff options
| author | Solstice <solstice@local> | 2026-06-09 00:52:52 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 00:52:52 -0700 |
| commit | 3019f7ffda7d7c82cfd8b31ea7397b0ab528ec65 (patch) | |
| tree | d10073c6223faf003212da50aa4c4c7b7e1d3082 /src-tauri/tauri.conf.json | |
| parent | c973d48c41169240e3f53769804696fd0d352a09 (diff) | |
feat: ambient sound engine and volume controls
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b39e99f..e634dca 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -34,6 +34,7 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "resources": ["audio/*"] } } |
