Commit aa6a80e
committed
fix: resolve Photino window icon against app base directory
The icon path was relative and resolved against the working directory
(e.g. the directory the AppImage was launched from) rather than the
install directory, crashing on startup. Resolve it against
AppDomain.BaseDirectory, consistent with the wwwroot file provider.1 parent 85bfd87 commit aa6a80e
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | | - | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
0 commit comments