Skip to content

Commit 74de803

Browse files
committed
add additional windows keywords
1 parent 873d2cf commit 74de803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = IntuneCD
3-
version = 2.4.0.beta3
3+
version = 2.4.0.beta4
44
author = Tobias Almén
55
author_email = [email protected]
66
description = Tool to backup and update configurations in Intune

src/IntuneCD/intunecdlib/BaseBackupModule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(
4242
self.platform_keywords = {
4343
"mobile": ["ios", "android", "aosp"],
4444
"mac": ["macos"],
45-
"windows": ["windows"],
45+
"windows": ["windows", "win32", "win"],
4646
}
4747
# Variables set from the backup run
4848
self.token = token

0 commit comments

Comments
 (0)