Updated tauri configuration

This commit is contained in:
2026-07-17 15:47:01 -04:00
parent b5a500ad60
commit fd89cfda30
2 changed files with 29 additions and 2 deletions
+17 -2
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
"$schema": "https://schema.tauri.app/config/2",
"productName": "Discord Presence",
"version": "0.1.0",
"identifier": "org.racooncity.discord-presence",
@@ -19,7 +19,22 @@
}
],
"security": {
"csp": "null"
"csp": null
}
},
"bundle": {
"active": true,
"targets": [
"nsis",
"deb",
"appimage"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}