Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
@@ -0,0 +1,5 @@
+---
+"tauri-bundler": patch
+
+Set the Debian control file `Priority` field to `optional`.
@@ -203,6 +203,7 @@ fn generate_control_file(
writeln!(file, " {}", line)?;
}
+ writeln!(file, "Priority: optional")?;
file.flush()?;
Ok(())