mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix getTrayIconPath when built
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
2f1edc0c0b
commit
ca7c3c1284
@ -21,7 +21,9 @@ const getTrayIconPathInjectable = getInjectable({
|
|||||||
|
|
||||||
const baseIconDirectory = joinPaths(
|
const baseIconDirectory = joinPaths(
|
||||||
staticFilesDirectory,
|
staticFilesDirectory,
|
||||||
isDevelopment ? "../build/tray" : "icons", // copied within electron-builder extras
|
isDevelopment ? ".." : "",
|
||||||
|
"build",
|
||||||
|
"tray",
|
||||||
);
|
);
|
||||||
|
|
||||||
const fileSuffix = isMac ? "Template.png" : ".png";
|
const fileSuffix = isMac ? "Template.png" : ".png";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user