Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Windfisch committed Oct 3, 2021
1 parent 145bcc7 commit 8f2df86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ make release.dfu.bin
cp release.dfu.bin "$TEMPDIR/$OUTDIR/firmware-$VERSION.bin"
cp sboot/bootloader.syx "$TEMPDIR/$OUTDIR/"

cp -r ../documentation/firmware_upgrade/* "$OUTDIR/"
cp -r ../documentation/firmware_upgrade/* "$TEMPDIR/$OUTDIR/"

cd "$TEMPDIR"

Expand Down

0 comments on commit 8f2df86

Please sign in to comment.