Skip to content

Commit 3bd3d92

Browse files
fix: add priority field in debian/control (#3865)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent c479e97 commit 3bd3d92

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changes/debian-priority.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch
3+
---
4+
5+
Set the Debian control file `Priority` field to `optional`.

tooling/bundler/src/bundle/linux/debian.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ fn generate_control_file(
203203
writeln!(file, " {}", line)?;
204204
}
205205
}
206+
writeln!(file, "Priority: optional")?;
206207
file.flush()?;
207208
Ok(())
208209
}

0 commit comments

Comments
 (0)