Commit 93427e80 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play ktalk: fix package name

parent f80bda3a
#!/bin/sh
TAR="$1"
RETURNTARNAME="$2"
#VERSION="$3"
. $(dirname $0)/common.sh
# TODO: generalize these replacements
# ktalk2.10.0x86_64.AppImage
PKGNAME="$PRODUCT.AppImage"
mv -v $TAR $PKGNAME
return_tar $PKGNAME
......@@ -14,4 +14,4 @@ PKGURL="https://app.ktalk.ru/system/dist/download/linux"
# curl can't get filename: https://github.com/curl/curl/issues/8461
epm assure wget || fatal
EGET_BACKEND=wget epm install $PKGURL
EGET_BACKEND=wget epm pack --install $PKGNAME $PKGURL
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