move icons to 'assets' folder
|
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 570 B |
|
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 300 B |
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
@ -53,6 +53,6 @@ module.exports = win => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Util
|
// Util
|
||||||
function get(address) {
|
function get(file) {
|
||||||
return path.join(__dirname, address);
|
return path.join(__dirname,"assets", file);
|
||||||
}
|
}
|
||||||
|
|||||||