Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Nov 4, 2015
1 parent 1c30487 commit 6174a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function dfu_folder() {

function dfu_location() {
if (process.platform == "win32") {
return "./dfu-programmer.exe";
return "dfu-programmer.exe";
} else {
return "./dfu-programmer";
}
Expand Down

0 comments on commit 6174a7b

Please sign in to comment.