Skip to content

Commit 9925772

Browse files
pacucha42me-no-dev
authored andcommitted
* update 'version' in platform.txt (espressif#1619)
1 parent c77aed4 commit 9925772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ find $outdir -name '*.DS_Store' -exec rm -f {} \;
229229
# handles tool paths differently when package is installed in hardware folder
230230
echo " - updating platform.txt..."
231231
cat $srcdir/platform.txt | \
232+
sed "s/version=.*/version=$ver$extent/g" | \
232233
sed 's/runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}\/tools\/xtensa-esp32-elf//g' | \
233234
sed 's/tools.esptool.path={runtime.platform.path}\/tools\/esptool/tools.esptool.path=\{runtime.tools.esptool.path\}/g' \
234235
> $outdir/platform.txt

0 commit comments

Comments
 (0)