Skip to content

Commit

Permalink
Update build-native.sh (#5415)
Browse files Browse the repository at this point in the history
* Update build-native.sh

Device-install.sh and device-update.sh are not used on native platform, skip copying to release directory after build and copy native-install.sh and native-run.sh instead.

* Update build-native.sh

Skip native-run.sh copy
  • Loading branch information
madeofstown authored Nov 23, 2024
1 parent c51a7b9 commit 14b9a1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ rm -r $OUTDIR/* || true
platformio pkg update --environment native || platformioFailed
pio run --environment native || platformioFailed
cp .pio/build/native/program "$OUTDIR/meshtasticd_linux_$(uname -m)"
cp bin/device-install.* $OUTDIR
cp bin/device-update.* $OUTDIR
cp bin/native-install.* $OUTDIR

0 comments on commit 14b9a1a

Please sign in to comment.