forked from mirrors/rustdesk
fix bump.sh
This commit is contained in:
parent
21c1c06a20
commit
142813a7e7
4 changed files with 7 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue