8000 Fix upload platform.txt patch · weimingtom/arduino-pico@cb57c0d · GitHub
[go: up one dir, main page]

Skip to content

Commit cb57c0d

Browse files
Fix upload platform.txt patch
1 parent 6efc101 commit cb57c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/build_boards_manager_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fi
9393
cat $srcdir/platform.txt | \
9494
$SED 's/^runtime.tools.pqt-.*.path=.*//g' | \
9595
$SED 's/^tools.uf2conv.cmd=.*//g' | \
96-
$SED 's/^#tools.uf2conv.cmd=/tools.uf2conf.cmd=/g' | \
96+
$SED 's/^#tools.uf2conv.cmd=/tools.uf2conv.cmd=/g' | \
9797
$SED "s/version=.*/version=$ver/g" |\
9898
$SED -E "s/name=([a-zA-Z0-9\ -]+).*/name=\1($ver)/g"\
9999
> $outdir/platform.txt

0 commit comments

Comments
 (0)
0