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

Commit

Permalink
Corrected filename with proper extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelgenhof committed Jun 29, 2017
1 parent 553ba15 commit d1879b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ gulp.task('release', function() {
});

// Move the compiled binary to the binaries directory
fs.renameSync('.pioenvs/' + environment + '/firmware.bin', binaries_dir + '/ailight-' + version, function(err) {
fs.renameSync('.pioenvs/' + environment + '/firmware.bin', binaries_dir + '/ailight-' + version + '.bin', function(err) {
if (err) throw err;
});

Expand Down

0 comments on commit d1879b1

Please sign in to comment.