Skip to content

Commit 09122f4

Browse files
author
Marko Petzold
committed
fix drives
1 parent 370bcbe commit 09122f4

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flockflasher",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An efficient, modern and reliable flashing tool for IoT applications",
55
"author": "Record Evolution GmbH",
66
"publisher": "Record Evolution GmbH",

src/main/api/drives.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export async function listDrives() {
66
const drives = await listdrives()
77
return drives.filter(
88
(d) =>
9-
!d.mountpoints.find((m) => m.path.includes('boot')) &&
109
d.busType !== 'UNKNOWN' &&
1110
!d.isSystem &&
1211
!d.isReadOnly

0 commit comments

Comments
 (0)