Skip to content

Commit

Permalink
fix: add priority field in debian/control (#3865)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
  • Loading branch information
volgar1x and lucasfernog authored Apr 19, 2022
1 parent c479e97 commit 3bd3d92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/debian-priority.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": patch
---

Set the Debian control file `Priority` field to `optional`.
1 change: 1 addition & 0 deletions tooling/bundler/src/bundle/linux/debian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ fn generate_control_file(
writeln!(file, " {}", line)?;
}
}
writeln!(file, "Priority: optional")?;
file.flush()?;
Ok(())
}
Expand Down

0 comments on commit 3bd3d92

Please sign in to comment.