diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a757901..06c8dd7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -341,4 +341,4 @@ jobs: files: | debian-build/rustdesk-server-hbbr_*_${{ matrix.job.debian_platform }}.deb debian-build/rustdesk-server-hbbs_*_${{ matrix.job.debian_platform }}.deb -# debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb + debian-build/rustdesk-server-utils_*_${{ matrix.job.debian_platform }}.deb diff --git a/debian/control.tpl b/debian/control.tpl index 858fae0..f83460f 100644 --- a/debian/control.tpl +++ b/debian/control.tpl @@ -19,9 +19,9 @@ Description: RustDesk server Self-host your own RustDesk server, it is free and open source. This package contains the RustDesk relay server. -# Package: rustdesk-server-utils -# Architecture: {{ ARCH }} -# Depends: ${misc:Depends} -# Description: RustDesk server -# Self-host your own RustDesk server, it is free and open source. -# This package contains the rustdesk-utils binary. +Package: rustdesk-server-utils +Architecture: {{ ARCH }} +Depends: ${misc:Depends} +Description: RustDesk server + Self-host your own RustDesk server, it is free and open source. + This package contains the rustdesk-utils binary.