This commit is contained in:
rustdesk 2023-04-10 08:52:44 +08:00
parent 295e5bbd14
commit fff7feec4c
2 changed files with 1 additions and 2 deletions

View File

@ -161,7 +161,6 @@ hound = "3.5"
name = "RustDesk"
identifier = "com.carriez.rustdesk"
icon = ["res/32x32.png", "res/128x128.png", "res/128x128@2x.png"]
deb_depends = ["libgtk-3-0", "libxcb-randr0", "libxdo3", "libxfixes3", "libxcb-shape0", "libxcb-xfixes0", "libasound2", "libsystemd0", "curl", "libvdpau1", "libva2"]
osx_minimum_system_version = "10.14"
#https://github.com/johnthagen/min-sized-rust

View File

@ -262,7 +262,7 @@ def generate_control_file(version):
content = """Package: rustdesk
Version: %s
Architecture: %s
Maintainer: open-trade <info@rustdesk.com>
Maintainer: rustdesk <info@rustdesk.com>
Homepage: https://rustdesk.com
Depends: libgtk-3-0, libxcb-randr0, libxdo3, libxfixes3, libxcb-shape0, libxcb-xfixes0, libasound2, libsystemd0, curl, libva-drm2, libva-x11-2, libvdpau1, libgstreamer-plugins-base1.0-0, libpam0g
Description: A remote control software.