Skip to content
New issue

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

add installing makensis in release script #20274

Open
medyagh opened this issue Jan 16, 2025 · 0 comments
Open

add installing makensis in release script #20274

medyagh opened this issue Jan 16, 2025 · 0 comments

Comments

@medyagh
Copy link
Member

medyagh commented Jan 16, 2025

 -r installers/windows/ out/windows_tmp
cp -r LICENSE out/windows_tmp/LICENSE
awk 'sub("$", "\r")' out/windows_tmp/LICENSE > out/windows_tmp/LICENSE.txt
sed -E -i 's/--VERSION_MAJOR--/'1'/g' out/windows_tmp/minikube.nsi
sed -E -i 's/--VERSION_MINOR--/'35'/g' out/windows_tmp/minikube.nsi
sed -E -i 's/--VERSION_BUILD--/'0'/g' out/windows_tmp/minikube.nsi
sed -E -i 's/--INSTALL_SIZE--/'122892'/g' out/windows_tmp/minikube.nsi
cp out/minikube-windows-amd64.exe out/windows_tmp/minikube.exe
fakeroot dpkg-deb --build /tmp/tmp.KAqnzTVh9Y.minikube_1.35.0-amd64-deb out/minikube_1.35.0-0_amd64.deb
makensis out/windows_tmp/minikube.nsi
make: makensis: Command not found
make: *** [Makefile:647: out/minikube-installer.exe] Error 127
make: *** Waiting for unfinished jobs....
dpkg-deb: building package 'minikube' in 'out/minikube_1.35.0-0_amd64.deb'.
out/docker-machine-driver-hyperkit

I installed it manually using this command:
sudo apt install nsis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant