Skip to content

Commit bd740e3

Browse files
committed
Update release build to accomodate new build platforms
1 parent 7d883cd commit bd740e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the [Squint] project.
2424
- Native machine code generation for CM0 and CM33 by Jean M. Cyr.
2525
- Console command recall and auto completion by Eric Olson.
2626

27-
[What's new] in pshell
27+
[What's new] in pshell v2.1.5
2828

2929
About the compiler, briefly:
3030

release-build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ function build() {
1212
else
1313
CONS=uart
1414
fi
15-
cp pshell.elf ../pico.pshell_$CONS.elf
16-
cp pshell.bin ../pico.pshell_$CONS.bin
17-
cp pshell.uf2 ../pico.pshell_$CONS.uf2
15+
cp pshell.elf ../$2.pshell_$CONS.elf
16+
cp pshell.bin ../$2.pshell_$CONS.bin
17+
cp pshell.uf2 ../$2.pshell_$CONS.uf2
1818
rm -rf *
1919
}
2020

0 commit comments

Comments
 (0)