mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Fix notification icon path
Changelog-entry: Fix notification icon path Change-type: patch
This commit is contained in:
parent
bc631612df
commit
4d3eb2887c
@ -90,7 +90,7 @@ async function flashImageToDrive(
|
||||
// otherwise Windows throws EPERM
|
||||
driveScanner.stop();
|
||||
|
||||
const iconPath = '../../assets/icon.png';
|
||||
const iconPath = path.join('..', '..', '..', 'assets', 'icon.png');
|
||||
const basename = path.basename(image.path);
|
||||
try {
|
||||
await imageWriter.flash(image.path, drives, sourceOptions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user