We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 12.6 で ビルドしようとすると、vue-cli-plugin-electron-builder の利用する electron-builder が python2 系を利用していたため、python2 系がない macOS で /usr/bin/python を呼び出そうとして失敗し、ビルドできません。
vue-cli-plugin-electron-builder
electron-builder
The text was updated successfully, but these errors were encountered:
この問題の解決法はここで述べられています。 electron-userland/electron-builder#6726 新しいバージョンの electron-builder では、この問題は修正されているので、vue-cli-plugin-electron-builder の利用する electron-builder のバージョンを新しいものに設定することで修正されると思われます。
Sorry, something went wrong.
Solved by https://github.com/sunfish-shogi/electron-shogi/pull/233.
No branches or pull requests
macOS 12.6 で ビルドしようとすると、
vue-cli-plugin-electron-builder
の利用するelectron-builder
が python2 系を利用していたため、python2 系がない macOS で /usr/bin/python を呼び出そうとして失敗し、ビルドできません。The text was updated successfully, but these errors were encountered: