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
@ -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…
Reference in New Issue
Block a user