fix bump.sh

This commit is contained in:
rustdesk
2023-07-10 15:48:15 +08:00
parent 21c1c06a20
commit 142813a7e7
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
"name": "rustdesk",
"buildsystem": "simple",
"build-commands": [
"bsdtar -zxvf rustdesk-1.2.0.deb",
"bsdtar -zxvf rustdesk-1.2.1.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.0.deb"
"path": "../rustdesk-1.2.1.deb"
},
{
"type": "file",