Skip to content

Commit 6473c91

Browse files
Fix the python3 directory so scripts work on Win32
1 parent d04f768 commit 6473c91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/package_esp8266com_index.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
{
128128
"packager": "esp8266",
129129
"version": "3.7.2-post1",
130-
"name": "python"
130+
"name": "python3"
131131
}
132132
],
133133
"help": {
@@ -359,4 +359,4 @@
359359
]
360360
}
361361
]
362-
}
362+
}

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ compiler.objcopy.eep.extra_flags=
8383
compiler.elf2hex.extra_flags=
8484

8585
## generate file with git version number
86-
## needs bash, git, and echo
86+
## needs git
8787
recipe.hooks.sketch.prebuild.pattern="{runtime.tools.python3.path}/python3" "{runtime.tools.signing}" --mode header --publickey "{build.source.path}/public.key" --out "{build.path}/core/Updater_Signing.h"
8888
recipe.hooks.core.prebuild.pattern="{runtime.tools.python3.path}/python3" "{runtime.tools.makecorever}" --build_path "{build.path}" --platform_path "{runtime.platform.path}" --version "unix-{version}"
8989

0 commit comments

Comments
 (0)