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.
10 lines
285 B
10 lines
285 B
15 years ago
|
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"
|
||
|
Type=Application
|
||
|
Terminal=0
|
||
|
GenericName=A KDE Application
|