mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
Move icons and sounds to public/resources.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
985d731d2b
commit
2f4103248d
@@ -14,7 +14,7 @@ import {ipcRenderer} from "./typed-ipc-renderer.js";
|
||||
|
||||
let tray: ElectronTray | null = null;
|
||||
|
||||
const iconDir = "../../resources/tray";
|
||||
const iconDir = "../../../public/resources/tray";
|
||||
|
||||
const traySuffix = "tray";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user