This commit is contained in:
Thomas Legay 2024-05-30 23:51:07 +02:00
parent 16bd25d1d7
commit 8178f6679a
12 changed files with 15 additions and 15 deletions

View file

@ -1,10 +1,10 @@
#!/bin/bash
APP=rustdesk-server
VERSION=1.1.8-1
VERSION=1.1.11-1
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=5
DEPOT=https://github.com/rustdesk/rustdesk-server.git
PACKAGE_DEPENDENCY="build-essential"