mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
Add Section
to Debian control (#9584)
This commit is contained in:
parent
00d38260e1
commit
28b6bc186f
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -283,6 +283,7 @@ def generate_control_file(version):
|
||||||
system2('/bin/rm -rf %s' % control_file_path)
|
system2('/bin/rm -rf %s' % control_file_path)
|
||||||
|
|
||||||
content = """Package: rustdesk
|
content = """Package: rustdesk
|
||||||
|
Section: net
|
||||||
Version: %s
|
Version: %s
|
||||||
Architecture: %s
|
Architecture: %s
|
||||||
Maintainer: rustdesk <info@rustdesk.com>
|
Maintainer: rustdesk <info@rustdesk.com>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue