#How do you disable .msi (wix) files from being built?
2 messages · Page 1 of 1 (latest)
change bundle.targets in tauri.conf.json from "all" to an array of the types you want (keep in mind this config is for all platforms at the same time: https://v2.tauri.app/reference/config/#bundletype)