fix(notification): Fix is-installed logic to prevent issue when a custom build.target-dir is set

This commit is contained in:
FabianLars
2024-06-27 14:08:46 +02:00
parent 03d3cc3677
commit 24ca81e23f
2 changed files with 23 additions and 8 deletions
@@ -0,0 +1,5 @@
---
notification: patch
---
Fixed an issue that prevented notifications from showing up on Windows in dev mode when a custom `build.target-dir` was set.