summaryrefslogtreecommitdiff
path: root/src-tauri/tauri.conf.json
diff options
context:
space:
mode:
authorSolstice <solstice@local>2026-06-09 00:58:04 -0700
committerSolstice <solstice@local>2026-06-09 00:58:04 -0700
commitf43f549ffbe3074977116c9f35aa7064d6a4bd95 (patch)
treec285fbcf8a768d0de2631a93e379d61cea0313f2 /src-tauri/tauri.conf.json
parenta7e2a94ddb19864d4a1f78a420fcf66a9e38f4e5 (diff)
refactor: switch ambient audio to user-supplied assets
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r--src-tauri/tauri.conf.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index e634dca..b39e99f 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -34,7 +34,6 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
- ],
- "resources": ["audio/*"]
+ ]
}
}