pull/2469/head
FabianLars 5 months ago
parent 2a915ee58b
commit 9e3386beeb
No known key found for this signature in database

@ -63,8 +63,6 @@ fn build_app(cwd: &Path, config: &Config, bundle_updater: bool, target: BundleTa
if bundle_updater { if bundle_updater {
#[cfg(windows)] #[cfg(windows)]
command.args(["--bundles", "msi", "nsis"]); command.args(["--bundles", "msi", "nsis"]);
command.args(["--bundles", "updater"]);
} else { } else {
#[cfg(windows)] #[cfg(windows)]
command.args(["--bundles", target.name()]); command.args(["--bundles", target.name()]);

Loading…
Cancel
Save