config: Include Python sidecar as external binary in Tauri config
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
|
"externalBin": [
|
||||||
|
"binaries/concept-api"
|
||||||
|
],
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/icon.png",
|
"icons/icon.png",
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user