From ee5332fa84cd49a6e7c4972133e8b1b2c0c890dd Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sun, 17 Nov 2024 17:09:21 +0200 Subject: [PATCH] enabe nsis --- plugins/updater/tests/app-updater/tests/update.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/updater/tests/app-updater/tests/update.rs b/plugins/updater/tests/app-updater/tests/update.rs index 3587946bb9..ca2970e2fa 100644 --- a/plugins/updater/tests/app-updater/tests/update.rs +++ b/plugins/updater/tests/app-updater/tests/update.rs @@ -281,8 +281,8 @@ fn app() { #[test] #[ignore] fn it_updates() { - // #[cfg(windows)] - // nsis(); + #[cfg(windows)] + nsis(); // MSI test should be the last one #[cfg(windows)] msi();