Commit f86ded58 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 5e80017a
#!/bin/sh
PKGNAME=chat
PKGNAME=synology-chat
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION='Synology Chat Client from the official site'
......
......@@ -9,13 +9,13 @@ PRODUCT=atom
PRODUCTCUR=$(basename $0 .sh)
APMNAME=$(echo $PRODUCTCUR | sed -e 's|^atom|apm|')
. $(dirname $0)/common-chromium-browser.sh
for i in atom atom-beta ; do
[ "$i" = "$PRODUCTCUR" ] && continue
add_conflicts $i
done
. $(dirname $0)/common-chromium-browser.sh
add_electron_deps
add_unirequires coreutils findutils grep sed /usr/bin/git /usr/bin/node /usr/bin/npm /usr/bin/npx util-linux which xprop python3
......
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