File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ recipe.objcopy.bin.pattern.linux=python3 "{tools.esptool_py.path}/{tools.esptool
220
220
221
221
## Create Insights Firmware Package
222
222
recipe.hooks.objcopy.postobjcopy.1.pattern_args={build.path} {build.project_name} {build.path}
223
- recipe.hooks.objcopy.postobjcopy.1.pattern=bash -c "[ -d {build.path}/libraries/Insights ] && {tools.gen_insights_pkg.cmd} {recipe.hooks.objcopy.postobjcopy.1.pattern_args}"
223
+ recipe.hooks.objcopy.postobjcopy.1.pattern=bash -c "[ ! -d {build.path}/libraries/Insights ] || {tools.gen_insights_pkg.cmd} {recipe.hooks.objcopy.postobjcopy.1.pattern_args}"
224
224
recipe.hooks.objcopy.postobjcopy.1.pattern.windows=cmd /c if exist "{build.path}\libraries\Insights" ({tools.gen_insights_pkg.cmd} {recipe.hooks.objcopy.postobjcopy.1.pattern_args})
225
225
226
226
## Save bin
You can’t perform that action at this time.
0 commit comments