mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
fix: fix #30
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user