change kylin-network-manager to kylin-nm

This commit is contained in:
jzxc95 2021-10-22 14:37:04 +08:00
parent c26f6ef676
commit 72b12fd377
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -e
PROGRAM=$(dpkg-divert --truename /usr/bin/kylin-network-manager)
PROGRAM=$(dpkg-divert --truename /usr/bin/kylin-nm)
if setcap cap_net_raw+ep $PROGRAM; then
chmod u-s $PROGRAM

View File

@ -8,7 +8,7 @@ Icon=gnome-dev-ethernet
Comment=Beautiful Network Config Applet
Comment[zh_CN]=麒麟网络设置工具,提供查看和简单设置功能,拥有美观的界面和舒适的操作.
Keywords=applet;nm;network;network-manager;
Exec=/usr/bin/kylin-network-manager
Exec=/usr/bin/kylin-nm
StartupNotify=false
Terminal=false
Type=Application

View File

@ -8,7 +8,7 @@ QT += core gui x11extras dbus KWindowSystem svg concurrent network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = kylin-network-manager
TARGET = kylin-nm
TEMPLATE = app
CONFIG += c++14 qt warn_on link_pkgconfig