diff options
Diffstat (limited to 'PC/layout/support/options.py')
-rw-r--r-- | PC/layout/support/options.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py index 22492f2..00f0566 100644 --- a/PC/layout/support/options.py +++ b/PC/layout/support/options.py @@ -63,6 +63,10 @@ PRESETS = { "props" ], }, + "iot": { + "help": "Windows IoT Core", + "options": ["stable", "pip"], + }, "default": { "help": "development kit package", "options": [ |