Explorar o código

fix(tests): adjust default bundle target for updater integration test (#7201)

Lucas Fernandes Nogueira %!s(int64=2) %!d(string=hai) anos
pai
achega
aa94f049c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/tests/app-updater/tests/update.rs

+ 1 - 1
core/tests/app-updater/tests/update.rs

@@ -121,7 +121,7 @@ impl Default for BundleTarget {
     #[cfg(any(target_os = "macos", target_os = "ios"))]
     return Self::App;
     #[cfg(target_os = "linux")]
-    return Self::App;
+    return Self::AppImage;
     #[cfg(windows)]
     return Self::Nsis;
   }