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
yarn run build --linux --arm64 --armv7l , -mwl also works apparently
(https://www.electron.build/multi-platform-build )
electron-builder -mwl / yarn run build -mwl outputs even a macos pkg... --linux --arm64 --armv7l --x64
for the kage gui , on Gentoo-rpi4 aarch64 was abble to hack the json to not get app image but rpm/deb/tar.gz and arm64 nodejs gui for metasploit
might be of use. hopefully can be used for auto builds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
yarn run build --linux --arm64 --armv7l , -mwl also works apparently
(https://www.electron.build/multi-platform-build )
electron-builder -mwl / yarn run build -mwl outputs even a macos pkg...
--linux --arm64 --armv7l --x64
for the kage gui , on Gentoo-rpi4 aarch64 was abble to hack the json to not get app image but rpm/deb/tar.gz and arm64 nodejs gui for metasploit
might be of use. hopefully can be used for auto builds
The text was updated successfully, but these errors were encountered: