Update discord to 1.6.0 and improve icon

pull/891/head
Botspot 4 years ago
parent ad554c03a5
commit 2bc6f8424f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -7,7 +7,7 @@ function error {
exit 1
}
version='1.5.0'
version='1.6.0'
#remove electron-discord-webapp if it still exists
if command -v webcord >/dev/null ;then

@ -7,7 +7,7 @@ function error {
exit 1
}
version='1.5.0'
version='1.6.0'
#remove electron-discord-webapp if it still exists
if command -v webcord >/dev/null ;then

@ -6,4 +6,9 @@ function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
sudo apt purge -y webcord
if command -v webcord >/dev/null ;then
"${DIRECTORY}/api" apt_lock_wait
sudo apt purge -y webcord || error "APT failed to purge webcord!"
fi
exit 0

Loading…
Cancel
Save