Skip to content

Commit f92e10e

Browse files
committed
update install updater
1 parent 6493806 commit f92e10e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"plugins": {
124124
"updater": {
125125
"windows": {
126-
"installMode": "passive"
126+
"installMode": "passive",
127+
"installerArgs": ["/D=$INSTDIR"]
127128
},
128129
"active": true,
129130
"endpoints": [

0 commit comments

Comments
 (0)