mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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}
|
||||
* @constant
|
||||
*/
|
||||
const BLOBS_DIRECTORY = path.join(__dirname, '..', '..', 'blobs')
|
||||
const BLOBS_DIRECTORY = path.join(__dirname, '..', '..', '..', 'blobs')
|
||||
|
||||
const scanner = SDK.createScanner({
|
||||
blockdevice: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user