fix(app): tray icon not opening in production

after some investigation and realizing the app was opening in production only if the current working directory was <repo-root>/src-tauri, I noticed we're not using the icons properly here. They must be included in the bundle as a resource, as that's the proper way to load embedded files.
This commit is contained in:
Lucas Nogueira
2025-01-25 08:40:48 -03:00
parent 42e1617e34
commit 1081e79778
3 changed files with 18 additions and 9 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long