amrbashir 1 éve
szülő
commit
b5d797893e
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      tooling/bundler/src/bundle/windows/sign.rs

+ 1 - 0
tooling/bundler/src/bundle/windows/sign.rs

@@ -43,6 +43,7 @@ impl Settings {
   }
 }
 
+#[cfg_attr(not(windows), allow(dead_code))]
 pub struct SignParams {
   pub product_name: String,
   pub digest_algorithm: String,