Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma applet for NetworkManager
Commits
c6c7749d
Commit
c6c7749d
authored
Jan 20, 2021
by
Nicolas Fella
Browse files
[openconnect] Fix desktop file name
parent
819fe202
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpn/openconnect/CMakeLists.txt
View file @
c6c7749d
...
...
@@ -59,7 +59,7 @@ if (OPENCONNECT_FOUND)
install
(
FILES plasmanetworkmanagement_openconnectui.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
install
(
FILES plasmanetworkmanagement_openconnect_juniperui.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
install
(
FILES plasmanetworkmanagement_openconnect_globalprotectui.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
install
(
FILES plasmanetworkmanagement_openconnect_pulse.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
install
(
FILES plasmanetworkmanagement_openconnect_pulse
ui
.desktop DESTINATION
${
KDE_INSTALL_KSERVICES5DIR
}
)
else
()
message
(
"ERROR: OpenConnection version '
${
OPENCONNECT_VERSION
}
' does not match minimum required (
${
MINIMUM_OPENCONNECT_VERSION_REQUIRED
}
)"
)
message
(
"OpenConnect plugin will not be built"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment