From be38ca61ed85e4493e645c97d69251cdcc02b80b Mon Sep 17 00:00:00 2001 From: Solstice Date: Wed, 10 Jun 2026 00:59:09 -0700 Subject: fix: bundle release audio and docs --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src-tauri/tauri.conf.json') 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", -- cgit v1.3-2-g0d8e