Integrate backend sidecar process and external binaries into the Tauri build
This commit is contained in:
@@ -26,8 +26,12 @@
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": false,
|
||||
"targets": "all",
|
||||
"icon": []
|
||||
"active": true,
|
||||
"targets": ["app"],
|
||||
"icon": ["icons/icon.png"],
|
||||
"externalBin": [
|
||||
"binaries/heimgeist-backend",
|
||||
"binaries/heimgeist-ffmpeg"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user