bump to 1.2.4

This commit is contained in:
rustdesk
2023-10-14 11:07:08 +08:00
parent f200bd2198
commit 5e616dd502
13 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
"name": "rustdesk",
"buildsystem": "simple",
"build-commands": [
"bsdtar -zxvf rustdesk-1.2.3.deb",
"bsdtar -zxvf rustdesk-1.2.4.deb",
"tar -xvf ./data.tar.xz",
"cp -r ./usr/* /app/",
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",
@@ -26,7 +26,7 @@
"sources": [
{
"type": "file",
"path": "../rustdesk-1.2.3.deb"
"path": "../rustdesk-1.2.4.deb"
},
{
"type": "file",