minor
This commit is contained in:
parent
295e5bbd14
commit
fff7feec4c
@ -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
|
||||
|
2
build.py
2
build.py
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user