浏览代码

chore(bundler) msi is no longer experimental

version updates
Lucas Nogueira 5 年之前
父节点
当前提交
2874e71820
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      cli/tauri-bundler/src/bundle/msi_bundle.rs

+ 0 - 2
cli/tauri-bundler/src/bundle/msi_bundle.rs

@@ -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() {