fixed cast
This commit is contained in:
17
sidecar/package.json
Normal file
17
sidecar/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "radiocast-sidecar",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"bin": "index.js",
|
||||
"dependencies": {
|
||||
"castv2-client": "^1.2.0"
|
||||
},
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"node_modules/castv2/lib/*.proto"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pkg . --targets node18-win-x64 --output ../src-tauri/binaries/radiocast-sidecar-x86_64-pc-windows-msvc.exe"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user