Skip to content

Commit f5ac508

Browse files
committed
Disable NSIS compression for API example
1 parent baca47b commit f5ac508

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/api/src-tauri/tauri.conf.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"localePath": "locales/pt-BR.wxl"
102102
}
103103
}
104+
},
105+
"nsis":{
106+
"compression": "none"
104107
}
105108
},
106109
"iOS": {

0 commit comments

Comments
 (0)