Closed sh0ber closed 1 day ago
This is more or less expected, see https://github.com/tauri-apps/plugins-workspace/pull/1502 for example. The notification plugin only really works if the app was actually installed.
In v1 it would show the powershell icon instead but in v2 it either fails silently or sometimes still shows the powershell icon (which is a bit weird so it may be a windows caching thingy again).
I also just updated the metadata so the support matrix at the top here https://v2.tauri.app/plugin/notification/ should display it soon.
Describe the bug
After adding Tauri 2.0 notifications plugin to build for Windows, everything works great unless the exe is moved outside of the release folder. When running the exe from any other folder, or even just renaming the release folder, notifications silently fail though everything else continues to work properly.
Reproduction
Expected behavior
I expect that notifications will not silently fail after moving the .exe outside of the release folder. Everything else works as expected.
Full
tauri info
outputStack trace
No response
Additional context
No response