kext: rename extension.info to extension.yaml
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# -*- mode: yaml -*-
|
||||
# vim: ft=yaml
|
||||
|
||||
name: hello-world
|
||||
id: net.doorstuck.socks.hello-world
|
||||
license: BSD-3-Clause
|
||||
@@ -7,7 +7,7 @@ import os
|
||||
from kexttool import kext
|
||||
|
||||
cwd = os.getcwd()
|
||||
scan_arg = os.path.join(cwd, 'extensions', '**/extension.info')
|
||||
scan_arg = os.path.join(cwd, 'extensions', '**/extension.yaml')
|
||||
|
||||
nr_extensions = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user