Use python2 for py2 version of jack_control

This commit is contained in:
Nedko Arnaudov 2023-07-09 17:04:27 +03:00
parent 51b51cca90
commit d46aebb3d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
name_base = 'org.jackaudio'
control_interface_name = name_base + '.JackControl'