Skip to content

Commit 74ef8fc

Browse files
committed
improve windows support
1 parent 94bef1a commit 74ef8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knotify/src/jvmMain/kotlin/platform/WindowsNotifier.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal class WindowsNotifier(private val appName: String) : Notifier {
7878
}
7979

8080
// If the application was not found, use powershell id instead
81-
println("Application $appName not found, use powershell id instead")
81+
println("Application $appName not found, use powershell id instead, please read https://github.com/kdroidFilter/KNotify?tab=readme-ov-file#important-note-for-windows-users")
8282
return "{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\\WindowsPowerShell\\v1.0\\powershell.exe"
8383
}
8484

0 commit comments

Comments
 (0)