mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
fix(gui): Fix usbboot blob dir path
Change-Type: patch
This commit is contained in:
parent
2aa37571f0
commit
936142cf7e
@ -29,7 +29,7 @@ const permissions = require('../../../shared/permissions')
|
|||||||
* @type {String}
|
* @type {String}
|
||||||
* @constant
|
* @constant
|
||||||
*/
|
*/
|
||||||
const BLOBS_DIRECTORY = path.join(__dirname, '..', '..', 'blobs')
|
const BLOBS_DIRECTORY = path.join(__dirname, '..', '..', '..', 'blobs')
|
||||||
|
|
||||||
const scanner = SDK.createScanner({
|
const scanner = SDK.createScanner({
|
||||||
blockdevice: {
|
blockdevice: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user