Timeline: Fix desktop file.
This commit is contained in:
parent
525470392a
commit
801d1b20fb
|
@ -1,8 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Non DAW
|
Name=Non Timeline
|
||||||
Comment=Modular Digital Audio Workstation - Timeline Editor
|
Comment=Modular Digital Audio Workstation - Timeline Editor
|
||||||
Exec=@BIN_PATH@/non-daw
|
Exec=@BIN_PATH@/non-timeline
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=non-daw
|
Icon=non-timeline
|
||||||
Categories=AudioVideo;Audio;
|
Categories=AudioVideo;Audio;
|
|
@ -96,8 +96,8 @@ src/main.C
|
||||||
install_path = '${BINDIR}')
|
install_path = '${BINDIR}')
|
||||||
|
|
||||||
bld( features = 'subst',
|
bld( features = 'subst',
|
||||||
source = 'non-daw.desktop.in',
|
source = 'non-timeline.desktop.in',
|
||||||
target = 'non-daw.desktop',
|
target = 'non-timeline.desktop',
|
||||||
encoding = 'utf8',
|
encoding = 'utf8',
|
||||||
install_path = "${DATADIR}" + '/applications',
|
install_path = "${DATADIR}" + '/applications',
|
||||||
BIN_PATH = bld.env.BINDIR )
|
BIN_PATH = bld.env.BINDIR )
|
||||||
|
|
Loading…
Reference in New Issue