Skip to content

Commit

Permalink
Update build-native.sh
Browse files Browse the repository at this point in the history
Skip native-run.sh copy
  • Loading branch information
madeofstown authored Nov 22, 2024
1 parent f1caf54 commit e88542b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ platformio pkg update --environment native || platformioFailed
pio run --environment native || platformioFailed
cp .pio/build/native/program "$OUTDIR/meshtasticd_linux_$(uname -m)"
cp bin/native-install.* $OUTDIR
cp bin/native-run.* $OUTDIR

0 comments on commit e88542b

Please sign in to comment.