mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
move icons to 'assets' folder
This commit is contained in:
@ -53,6 +53,6 @@ module.exports = win => {
|
||||
};
|
||||
|
||||
// Util
|
||||
function get(address) {
|
||||
return path.join(__dirname, address);
|
||||
function get(file) {
|
||||
return path.join(__dirname,"assets", file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user