This commit is contained in:
rustdesk
2023-07-25 20:29:16 +08:00
parent 4bbef031d5
commit b543e6d143
46 changed files with 117 additions and 15 deletions

View File

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