mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
mime-type definition is version independent.
File glob "*.ardour" -> application/x-ardour is defined in ardour.xml
This commit is contained in:
parent
4f5ca7ecb5
commit
f4100dc529
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ def build(bld):
|
|||
|
||||
obj = bld(features = 'subst')
|
||||
obj.source = 'ardour-mime-info.xml'
|
||||
obj.target = str (bld.env['lwrcase_dirname']) + '.xml'
|
||||
obj.target = 'ardour.xml'
|
||||
obj.chmod = Utils.O644
|
||||
|
||||
# Keybindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue