Timeline: Fix desktop file.

pull/43/head
Jonathan Moore Liles 2013-03-12 17:44:32 -07:00
parent 525470392a
commit 801d1b20fb
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
[Desktop Entry]
Name=Non DAW
Name=Non Timeline
Comment=Modular Digital Audio Workstation - Timeline Editor
Exec=@BIN_PATH@/non-daw
Exec=@BIN_PATH@/non-timeline
Terminal=false
Type=Application
Icon=non-daw
Icon=non-timeline
Categories=AudioVideo;Audio;

View File

@ -96,8 +96,8 @@ src/main.C
install_path = '${BINDIR}')
bld( features = 'subst',
source = 'non-daw.desktop.in',
target = 'non-daw.desktop',
source = 'non-timeline.desktop.in',
target = 'non-timeline.desktop',
encoding = 'utf8',
install_path = "${DATADIR}" + '/applications',
BIN_PATH = bld.env.BINDIR )