mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
Fix Linux App startup icon (#344)
* Fix Linux App startup icon * Use project version from cmake * Set Release date automatically
This commit is contained in:
@@ -54,6 +54,11 @@ if test -f /usr/share/applications/$APP_NAME.desktop; then
|
||||
|
||||
fi
|
||||
|
||||
if test -f /usr/share/pixmaps/$APP_NAME.png; then
|
||||
sudo rm -f /usr/share/pixmaps/$APP_NAME.png >> $LOG_FILE
|
||||
|
||||
fi
|
||||
|
||||
date >> $LOG_FILE
|
||||
echo "Service after uninstall status:" >> $LOG_FILE
|
||||
sudo systemctl status $APP_NAME >> $LOG_FILE
|
||||
|
||||
Reference in New Issue
Block a user