Paramteres for comment and generic name

This commit is contained in:
7u83 2020-09-24 13:34:23 +02:00
parent b552e6ec02
commit b64170d20b
2 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@ define wmdeit_install::program(
$exec = "$extract_path/$extract_dir/$program",
$exec_path = "$extract_path/$extract_dir",
$generic_name = "$program",
$comment = "$program",
){
file {$extract_path:

View File

@ -2,8 +2,8 @@
Type=Application
Version=1.0
Name=<%= @program %>
GenericName=Upload-Werkzeug
Comment=Uploader für Wikimedia Commons
GenericName=<%= @generic_name %>
Comment=<%= @comment %>
Path=<%= @exec_path %>
Exec=<%= @exec %>
Icon=<%= @extract_path %>/<%= @svg %>