add separate binary for Windows CLI

This commit is contained in:
2023-05-15 13:09:26 -07:00
parent 5b9c711008
commit 7501253970
9 changed files with 134 additions and 52 deletions

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "creddy",
"version": "0.2.1"
"version": "0.2.2"
},
"tauri": {
"allowlist": {
@ -44,7 +44,11 @@
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "",
"wix": {
"fragmentPaths": ["conf/cli.wxs"],
"componentRefs": ["CliBinary", "AddToPath"]
}
}
},
"security": {