mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 01:06:36 +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
|
// otherwise Windows throws EPERM
|
||||||
driveScanner.stop();
|
driveScanner.stop();
|
||||||
|
|
||||||
const iconPath = '../../assets/icon.png';
|
const iconPath = path.join('..', '..', '..', 'assets', 'icon.png');
|
||||||
const basename = path.basename(image.path);
|
const basename = path.basename(image.path);
|
||||||
try {
|
try {
|
||||||
await imageWriter.flash(image.path, drives, sourceOptions);
|
await imageWriter.flash(image.path, drives, sourceOptions);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user