Commit d31850b3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d/generic-default.sh: more correct checking for electron

parent 44c7467e
......@@ -13,7 +13,8 @@ PKG="$4"
# detect requires by libs
add_libs_requires
if [ -f v8_context_snapshot.bin ] ; then
# TODO: add product dir detection
if [ -f $PRODUCTDIR/v8_context_snapshot.bin ] ; then
echo "electron based application detected, adding requires for it ..."
add_electron_deps
fi
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