Skip to content

Commit

Permalink
fix: profile add electron-builder env PYTHON_PATH => electron-userlan…
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Sep 7, 2023
1 parent 7eaabab commit bd0fb3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ install() {
cat <<-END
export PYENV_ROOT=\$HOME/.pyenv
export PATH=\$PYENV_ROOT/bin:\$PYENV_ROOT/shims:\$PATH
# Electron Builder - https://github.com/electron-userland/electron-builder/issues/6606
export PYTHON_PATH=\$PYENV_ROOT/shims/python
END
)
config::profile "# ZMICRO_PYENV" "$envs"
Expand Down

0 comments on commit bd0fb3f

Please sign in to comment.