docs(notification): Add note about installation requirement on windows

This commit is contained in:
Fabian-Lars
2024-11-20 21:42:27 +01:00
committed by GitHub
parent 59dd5f105a
commit ac2edc2159
+1 -1
View File
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-linux-android"]
[package.metadata.platforms.support]
windows = { level = "full", notes = "" }
windows = { level = "full", notes = "Only works for installed apps. Shows powershell name & icon in development." }
linux = { level = "full", notes = "" }
macos = { level = "full", notes = "" }
android = { level = "full", notes = "" }