diff --git a/apps/Discord/icon-24.png b/apps/Discord/icon-24.png index e719087..ca7d55d 100644 Binary files a/apps/Discord/icon-24.png and b/apps/Discord/icon-24.png differ diff --git a/apps/Discord/icon-64.png b/apps/Discord/icon-64.png index e9bf953..986c425 100644 Binary files a/apps/Discord/icon-64.png and b/apps/Discord/icon-64.png differ diff --git a/apps/Discord/install-32 b/apps/Discord/install-32 index 9e33243..0e909e6 100755 --- a/apps/Discord/install-32 +++ b/apps/Discord/install-32 @@ -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 diff --git a/apps/Discord/install-64 b/apps/Discord/install-64 index 03e7381..54aab45 100755 --- a/apps/Discord/install-64 +++ b/apps/Discord/install-64 @@ -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 diff --git a/apps/Discord/uninstall b/apps/Discord/uninstall index 288360c..93853ab 100755 --- a/apps/Discord/uninstall +++ b/apps/Discord/uninstall @@ -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