Move files around

This commit is contained in:
Natsumi
2025-09-30 12:26:19 +13:00
parent d1b961aaf2
commit cc89d5d8c9
31 changed files with 83 additions and 107 deletions

View File

@@ -528,11 +528,11 @@ function createTray() {
let tray = null;
if (process.platform === 'darwin') {
const image = nativeImage.createFromPath(
path.join(rootDir, 'images/tray.png')
path.join(rootDir, 'images/VRCX.ico')
);
tray = new Tray(image.resize({ width: 16, height: 16 }));
} else {
tray = new Tray(path.join(rootDir, 'images/tray.png'));
tray = new Tray(path.join(rootDir, 'images/VRCX.ico'));
}
const contextMenu = Menu.buildFromTemplate([
{