diff options
| author | Solstice <solstice@local> | 2026-06-10 00:59:09 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-10 00:59:09 -0700 |
| commit | be38ca61ed85e4493e645c97d69251cdcc02b80b (patch) | |
| tree | 881d79167a0b8ae609664b5a0aa6fc235fe051d3 /src-tauri/tauri.conf.json | |
| parent | fc7cc972e6171896ef4e648f50951902a5b478fb (diff) | |
fix: bundle release audio and docs
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b39e99f..daa4c74 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -28,6 +28,9 @@ "bundle": { "active": true, "targets": "all", + "resources": [ + "audio/*.ogg" + ], "icon": [ "icons/32x32.png", "icons/128x128.png", |
