From 9bcd0d1b03d7205d29e99f1988479c2b19940389 Mon Sep 17 00:00:00 2001 From: XLion Date: Mon, 7 Oct 2024 22:08:17 +0800 Subject: [PATCH] Add `Priority:` to Debian control (#9586) --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 201766b3e..b7ea0a1ef 100755 --- a/build.py +++ b/build.py @@ -284,6 +284,7 @@ def generate_control_file(version): content = """Package: rustdesk Section: net +Priority: optional Version: %s Architecture: %s Maintainer: rustdesk