Commit 89af1a7c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play logseq: fix name

parent 6c13a341
......@@ -13,7 +13,7 @@ PKGURL=$(epm tool eget --list https://github.com/logseq/logseq/releases/ "Logseq
cd_to_temp_dir
epm tool eget "$PKGURL" || fatal
newname="$(echo *.AppImage | sed -e "s|^Logseq-linux-x64|$PKGNAME-|" )"
newname="$(echo *.AppImage | sed -e "s|^Logseq-linux-x64-|$PKGNAME-|" )"
mv -v *.AppImage $newname || exit
epm install "$newname"
......
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