This commit is contained in:
JellyBrick
2023-10-04 22:29:57 +09:00
parent f7a09082a5
commit 78d8160823
4 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,8 @@
import path from 'node:path';
const iconPath = path.join(__dirname, '..', 'assets', 'youtube-music-tray.png');
import { getAssetsDirectoryLocation } from '../plugins/utils';
const iconPath = path.join(getAssetsDirectoryLocation(), 'youtube-music-tray.png');
const promptOptions = {
customStylesheet: 'dark',