fix: add config.json to tauri resouces

This commit is contained in:
Leafd 2025-10-03 17:37:14 -04:00
parent 67c19642e2
commit d36f09cf68

View file

@ -40,6 +40,9 @@
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"../config.json"
],
"macOS": {
"entitlements": "entitlements.plist",
"hardenedRuntime": true,