Skip to content

Commit ac2edc2

Browse files
authored
docs(notification): Add note about installation requirement on windows
1 parent 59dd5f1 commit ac2edc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/notification/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1515
targets = ["x86_64-unknown-linux-gnu", "x86_64-linux-android"]
1616

1717
[package.metadata.platforms.support]
18-
windows = { level = "full", notes = "" }
18+
windows = { level = "full", notes = "Only works for installed apps. Shows powershell name & icon in development." }
1919
linux = { level = "full", notes = "" }
2020
macos = { level = "full", notes = "" }
2121
android = { level = "full", notes = "" }

0 commit comments

Comments
 (0)