forked from mirrors/rustdesk
refact: linux, install path (#10316)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
5fa8485130
commit
7830a9e9f3
11 changed files with 36 additions and 50 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"build-commands": [
|
||||
"bsdtar -Oxf rustdesk.deb data.tar.xz | bsdtar -xf -",
|
||||
"cp -r usr/* /app/",
|
||||
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk"
|
||||
"mkdir -p /app/bin && ln -s /app/local/rustdesk/rustdesk /app/bin/rustdesk"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue