You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
348 B
12 lines
348 B
echo "Creating $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.desktop...";
|
|
cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.desktop
|
|
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Name=${APP_NAME}
|
|
Exec=${APP_NAME_LC} %i %m -caption "%c"
|
|
Icon=${APP_NAME_LC}
|
|
Type=Application
|
|
DocPath=${APP_NAME_LC}/${APP_NAME_LC}.html
|
|
GenericName=A KDE Application
|
|
Terminal=0
|