mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(bundler) msi is no longer experimental
version updates
This commit is contained in:
@@ -8,8 +8,6 @@ use std::path::PathBuf;
|
||||
// Runs all of the commands to build the MSI installer.
|
||||
// Returns a vector of PathBuf that shows where the MSI was created.
|
||||
pub fn bundle_project(settings: &Settings) -> crate::Result<Vec<PathBuf>> {
|
||||
common::print_warning("MSI bundle support is still experimental.")?;
|
||||
|
||||
let wix_path = PathBuf::from("./WixTools");
|
||||
|
||||
if !wix_path.exists() {
|
||||
|
||||
Reference in New Issue
Block a user