Commit fbc3b269 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play libsciter-gtk: fix lib path and rename (ALT bug: 52924)

parent d7b45047
......@@ -8,8 +8,8 @@ VERSION="$3"
PKGNAME=$PRODUCT-$VERSION
mkdir -p usr/lib64/
mv -v $TAR usr/lib64/
mkdir -p usr/lib/rustdesk
mv -v $TAR usr/lib/rustdesk
erc pack $PKGNAME.tar usr
......
#!/bin/sh
PKGNAME=libsciter-gtk
PKGNAME=rustdesk-libsciter-gtk
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="4.4.8.23"
DESCRIPTION='Embeddable HTML/CSS/JavaScript engine for modern UI development'
DESCRIPTION='Embeddable HTML/CSS/JavaScript engine for modern UI development (only for RustDesk from Sisyphus)'
URL="https://github.com/c-smile/sciter-sdk"
. $(dirname $0)/common.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment