kext: rename extension.info to extension.yaml

This commit is contained in:
2023-04-04 11:01:04 +01:00
parent 7128bbf72a
commit 3ec25da693
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
# -*- mode: yaml -*-
# vim: ft=yaml
name: hello-world name: hello-world
id: net.doorstuck.socks.hello-world id: net.doorstuck.socks.hello-world
license: BSD-3-Clause license: BSD-3-Clause

View File

@@ -7,7 +7,7 @@ import os
from kexttool import kext from kexttool import kext
cwd = os.getcwd() cwd = os.getcwd()
scan_arg = os.path.join(cwd, 'extensions', '**/extension.info') scan_arg = os.path.join(cwd, 'extensions', '**/extension.yaml')
nr_extensions = 0 nr_extensions = 0