Fixed a new typo

This commit is contained in:
Manuel Cortez 2021-01-05 15:23:08 -06:00
parent d2507f42da
commit 99d08b31d2

View File

@ -2,7 +2,7 @@
# the next variables are customized to the filepaths used when installing python and nsis with chocolatey. # the next variables are customized to the filepaths used when installing python and nsis with chocolatey.
variables: variables:
PYTHON3_32: "C:\\python39\\python.exe" PYTHON3_32: "C:\\python39\\python.exe"
NSIS: "C:\\program files (x86)\\nsis\\makensis.exe" NSIS: "C:\\program files (x86)\\nsis\\makensis.exe"
# This configures the environment for both channels # This configures the environment for both channels
.configure_environment: &configure_environment .configure_environment: &configure_environment