Skip to content

Commit 05f59c6

Browse files
committed
use version from package.json.
remove additional props.
1 parent 8cca6a7 commit 05f59c6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,26 @@
2323
"longDescription": "",
2424
"resources": [],
2525
"windows": {
26-
"fileName": "tauri-python-sidecar-installer.exe",
27-
"targets": ["nsis"],
2826
"certificateThumbprint": null,
2927
"digestAlgorithm": "sha256",
3028
"timestampUrl": ""
3129
},
3230
"macOS": {
33-
"fileName": "tauri-python-sidecar-installer.dmg",
3431
"entitlements": null,
3532
"exceptionDomain": "",
3633
"frameworks": [],
3734
"providerShortName": null,
3835
"signingIdentity": null
3936
},
4037
"linux": {
41-
"fileName": "tauri-python-sidecar-installer.deb",
4238
"deb": {
4339
"depends": []
4440
}
4541
}
4642
},
4743
"productName": "tauri-python-sidecar",
4844
"mainBinaryName": "tauri-python-sidecar",
49-
"version": "0.1.0",
50-
"publisher": "OpenBrewAi",
45+
"version": "$npm_package_version",
5146
"identifier": "com.openbrewai.obrew",
5247
"plugins": {},
5348
"app": {

0 commit comments

Comments
 (0)