Skip to content

Commit

Permalink
Update release build to accomodate new build platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lurk101 committed Oct 23, 2024
1 parent 7d883cd commit bd740e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the [Squint] project.
- Native machine code generation for CM0 and CM33 by Jean M. Cyr.
- Console command recall and auto completion by Eric Olson.

[What's new] in pshell
[What's new] in pshell v2.1.5

About the compiler, briefly:

Expand Down
6 changes: 3 additions & 3 deletions release-build
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ function build() {
else
CONS=uart
fi
cp pshell.elf ../pico.pshell_$CONS.elf
cp pshell.bin ../pico.pshell_$CONS.bin
cp pshell.uf2 ../pico.pshell_$CONS.uf2
cp pshell.elf ../$2.pshell_$CONS.elf
cp pshell.bin ../$2.pshell_$CONS.bin
cp pshell.uf2 ../$2.pshell_$CONS.uf2
rm -rf *
}

Expand Down

0 comments on commit bd740e3

Please sign in to comment.