Skip to content

Commit 1cf6bbf

Browse files
committed
change filename of tauri output.
only build nsis on windows.
1 parent 27ead8b commit 1cf6bbf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src-tauri/tauri.conf.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,26 @@
1919
"icons/icon.icns",
2020
"icons/icon.ico"
2121
],
22+
"shortDescription": "",
23+
"longDescription": "",
24+
"resources": [],
2225
"windows": {
26+
"fileName": "tauri-python-sidecar-installer.exe",
27+
"targets": ["nsis"],
2328
"certificateThumbprint": null,
2429
"digestAlgorithm": "sha256",
2530
"timestampUrl": ""
2631
},
27-
"longDescription": "",
2832
"macOS": {
33+
"fileName": "tauri-python-sidecar-installer.dmg",
2934
"entitlements": null,
3035
"exceptionDomain": "",
3136
"frameworks": [],
3237
"providerShortName": null,
3338
"signingIdentity": null
3439
},
35-
"resources": [],
36-
"shortDescription": "",
3740
"linux": {
41+
"fileName": "tauri-python-sidecar-installer.deb",
3842
"deb": {
3943
"depends": []
4044
}
@@ -43,6 +47,7 @@
4347
"productName": "tauri-python-sidecar",
4448
"mainBinaryName": "tauri-python-sidecar",
4549
"version": "0.1.0",
50+
"publisher": "OpenBrewAi",
4651
"identifier": "com.openbrewai.obrew",
4752
"plugins": {},
4853
"app": {

0 commit comments

Comments
 (0)